Html Css Color HEX #B0093F Cardinal

📋 copy color: '#B0093F'

red 176 ◦ green 9 ◦ blue 63

#B0093F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B0093F

Tints of Cardinal #B0093F

RGB

 RED value IS 176 (69.14% from 255) = 70.97%

 GREEN value IS 9 (3.91% from 255) = 3.63%

 BLUE value IS 63 (25% from 255) = 25.4%

R = 70.97%
G = 3.63%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B0093F (or 0xB0093F) is known color: Cardinal. HEX triplet: B0, 09 and 3F. RGB value is (176,9,63). Sum of RGB (Red+Green+Blue) = 176+9+63=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B0093F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0093F is #4FF6C0. Grayscale: #414141. Windows color (decimal): -5240513 or 4131248. OLE color: 4131248.

HSL color Cylindrical-coordinate representation of color #B0093F: hue angle of 340.6º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0093F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 9 63 -
CMYK 0 0.95 0.64 0.31
HSL 340.6º 0.9% 0.36% -
HSV(B) 340.6º 0.95% 0.69% -
XYZ 18.9 9.78 5.6 -
YUV 65.09 126.83 207.11 -
System Red Green Blue C M Y K H S L
Decimal 176 9 63 0 0.95 0.64 0.31 340.6 0.9 0.36
Hex B0 9 3F 0 5F 40 1F 155 5A 24
Octal 260 11 77 0 137 100 37 525 132 44
Binary 10110000 1001 111111 0 1011111 1000000 11111 101010101 1011010 100100

Color Harmonies of #B0093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0093F

Black with #B0093F

Text Example


Text Example

White with #B0093F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0093F; }

 p { color: rgb(176,9,63); }

 H1.HeaderClassName
 {
   color: #B0093F;
 }
 .AnyTagClassName
 {
   color: #B0093F;
 }
</style>

background-color css

<style>
 a { background-color: #B0093F; }

 a { background-color: rgb(176,9,63); }

 div.DivClassName
 {
   background-color: #B0093F;
 }
 .BgClassName
 {
   background-color: #B0093F;
 }
</style>

border-color css

<style>
 span { border-color: #B0093F; }

 span { border-color: rgb(176,9,63); }

 td.TdClassName
 {
   border-color: #B0093F;
 }
 .TagClassName
 {
   border-color: #B0093F;
 }
</style>