Html Css Color HEX #B00A2D Cardinal

📋 copy color: '#B00A2D'

red 176 ◦ green 10 ◦ blue 45

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

Shades of Cardinal #B00A2D

Tints of Cardinal #B00A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.33%

 BLUE value IS 45 (17.97% from 255) = 19.48%

R = 76.19%
G = 4.33%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B00A2D (or 0xB00A2D) is known color: Cardinal. HEX triplet: B0, 0A and 2D. RGB value is (176,10,45). Sum of RGB (Red+Green+Blue) = 176+10+45=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 45 (17.97% from 255 or 19.48% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B00A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00A2D is #4FF5D2. Grayscale: #3F3F3F. Windows color (decimal): -5240275 or 2951856. OLE color: 2951856.

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

Color convert

RGB 176 10 45 -
CMYK 0 0.94 0.74 0.31
HSL 347.35º 0.89% 0.36% -
HSV(B) 347.35º 0.94% 0.69% -
XYZ 18.49 9.64 3.37 -
YUV 63.62 117.5 208.15 -
System Red Green Blue C M Y K H S L
Decimal 176 10 45 0 0.94 0.74 0.31 347.35 0.89 0.36
Hex B0 A 2D 0 5E 4A 1F 15B 59 24
Octal 260 12 55 0 136 112 37 533 131 44
Binary 10110000 1010 101101 0 1011110 1001010 11111 101011011 1011001 100100

Color Harmonies of #B00A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00A2D

Black with #B00A2D

Text Example


Text Example

White with #B00A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00A2D; }

 p { color: rgb(176,10,45); }

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

background-color css

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

 a { background-color: rgb(176,10,45); }

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

border-color css

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

 span { border-color: rgb(176,10,45); }

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