Html Css Color HEX #B00C44 Cardinal

📋 copy color: '#B00C44'

red 176 ◦ green 12 ◦ blue 68

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

Shades of Cardinal #B00C44

Tints of Cardinal #B00C44

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.69%

 BLUE value IS 68 (26.95% from 255) = 26.56%

R = 68.75%
G = 4.69%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B00C44 (or 0xB00C44) is known color: Cardinal. HEX triplet: B0, 0C and 44. RGB value is (176,12,68). Sum of RGB (Red+Green+Blue) = 176+12+68=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 12 (5.08% from 255 or 4.69% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00C44 is #4FF3BB. Grayscale: #434343. Windows color (decimal): -5239740 or 4459696. OLE color: 4459696.

HSL color Cylindrical-coordinate representation of color #B00C44: hue angle of 339.51º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C44 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 12 68 -
CMYK 0 0.93 0.61 0.31
HSL 339.51º 0.87% 0.37% -
HSV(B) 339.51º 0.93% 0.69% -
XYZ 19.08 9.91 6.38 -
YUV 67.42 128.33 205.45 -
System Red Green Blue C M Y K H S L
Decimal 176 12 68 0 0.93 0.61 0.31 339.51 0.87 0.37
Hex B0 C 44 0 5D 3D 1F 154 57 25
Octal 260 14 104 0 135 75 37 524 127 45
Binary 10110000 1100 1000100 0 1011101 111101 11111 101010100 1010111 100101

Color Harmonies of #B00C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00C44

Black with #B00C44

Text Example


Text Example

White with #B00C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00C44; }

 p { color: rgb(176,12,68); }

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

background-color css

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

 a { background-color: rgb(176,12,68); }

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

border-color css

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

 span { border-color: rgb(176,12,68); }

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