Html Css Color HEX #B00434 Cardinal

📋 copy color: '#B00434'

red 176 ◦ green 4 ◦ blue 52

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

Shades of Cardinal #B00434

Tints of Cardinal #B00434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 75.86%
G = 1.72%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B00434 (or 0xB00434) is known color: Cardinal. HEX triplet: B0, 04 and 34. RGB value is (176,4,52). Sum of RGB (Red+Green+Blue) = 176+4+52=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B00434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00434 is #4FFBCB. Grayscale: #3C3C3C. Windows color (decimal): -5241804 or 3409072. OLE color: 3409072.

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

Color convert

RGB 176 4 52 -
CMYK 0 0.98 0.70 0.31
HSL 343.26º 0.96% 0.35% -
HSV(B) 343.26º 0.98% 0.69% -
XYZ 18.57 9.56 4.12 -
YUV 60.9 122.98 210.1 -
System Red Green Blue C M Y K H S L
Decimal 176 4 52 0 0.98 0.70 0.31 343.26 0.96 0.35
Hex B0 4 34 0 62 46 1F 157 60 23
Octal 260 4 64 0 142 106 37 527 140 43
Binary 10110000 100 110100 0 1100010 1000110 11111 101010111 1100000 100011

Color Harmonies of #B00434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00434

Black with #B00434

Text Example


Text Example

White with #B00434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00434; }

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

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

background-color css

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

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

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

border-color css

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

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

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