Html Css Color HEX #B00B34 Cardinal

📋 copy color: '#B00B34'

red 176 ◦ green 11 ◦ blue 52

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

Shades of Cardinal #B00B34

Tints of Cardinal #B00B34

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.6%

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 73.64%
G = 4.6%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B00B34 (or 0xB00B34) is known color: Cardinal. HEX triplet: B0, 0B and 34. RGB value is (176,11,52). Sum of RGB (Red+Green+Blue) = 176+11+52=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00B34 is #4FF4CB. Grayscale: #414141. Windows color (decimal): -5240012 or 3410864. OLE color: 3410864.

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

Color convert

RGB 176 11 52 -
CMYK 0 0.94 0.70 0.31
HSL 345.09º 0.88% 0.37% -
HSV(B) 345.09º 0.94% 0.69% -
XYZ 18.64 9.72 4.14 -
YUV 65.01 120.66 207.17 -
System Red Green Blue C M Y K H S L
Decimal 176 11 52 0 0.94 0.70 0.31 345.09 0.88 0.37
Hex B0 B 34 0 5E 46 1F 159 58 25
Octal 260 13 64 0 136 106 37 531 130 45
Binary 10110000 1011 110100 0 1011110 1000110 11111 101011001 1011000 100101

Color Harmonies of #B00B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00B34

Black with #B00B34

Text Example


Text Example

White with #B00B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00B34; }

 p { color: rgb(176,11,52); }

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

background-color css

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

 a { background-color: rgb(176,11,52); }

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

border-color css

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

 span { border-color: rgb(176,11,52); }

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