Html Css Color HEX #B00B2F Cardinal

📋 copy color: '#B00B2F'

red 176 ◦ green 11 ◦ blue 47

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

Shades of Cardinal #B00B2F

Tints of Cardinal #B00B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.09%

R = 75.21%
G = 4.7%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B00B2F (or 0xB00B2F) is known color: Cardinal. HEX triplet: B0, 0B and 2F. RGB value is (176,11,47). Sum of RGB (Red+Green+Blue) = 176+11+47=234 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.21% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00B2F is #4FF4D0. Grayscale: #404040. Windows color (decimal): -5240017 or 3083184. OLE color: 3083184.

HSL color Cylindrical-coordinate representation of color #B00B2F: hue angle of 346.91º 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 #B00B2F is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 11 47 -
CMYK 0 0.94 0.73 0.31
HSL 346.91º 0.88% 0.37% -
HSV(B) 346.91º 0.94% 0.69% -
XYZ 18.54 9.67 3.58 -
YUV 64.44 118.16 207.57 -
System Red Green Blue C M Y K H S L
Decimal 176 11 47 0 0.94 0.73 0.31 346.91 0.88 0.37
Hex B0 B 2F 0 5E 49 1F 15B 58 25
Octal 260 13 57 0 136 111 37 533 130 45
Binary 10110000 1011 101111 0 1011110 1001001 11111 101011011 1011000 100101

Color Harmonies of #B00B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00B2F

Black with #B00B2F

Text Example


Text Example

White with #B00B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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