Html Css Color HEX #B02B34 Cardinal

📋 copy color: '#B02B34'

red 176 ◦ green 43 ◦ blue 52

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

Shades of Cardinal #B02B34

Tints of Cardinal #B02B34

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.87%

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

R = 64.94%
G = 15.87%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B02B34 (or 0xB02B34) is known color: Cardinal. HEX triplet: B0, 2B and 34. RGB value is (176,43,52). Sum of RGB (Red+Green+Blue) = 176+43+52=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B02B34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02B34 is #4FD4CB. Grayscale: #535353. Windows color (decimal): -5231820 or 3419056. OLE color: 3419056.

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

Color convert

RGB 176 43 52 -
CMYK 0 0.76 0.70 0.31
HSL 355.94º 0.61% 0.43% -
HSV(B) 355.94º 0.76% 0.69% -
XYZ 19.39 11.21 4.39 -
YUV 83.79 110.06 193.77 -
System Red Green Blue C M Y K H S L
Decimal 176 43 52 0 0.76 0.70 0.31 355.94 0.61 0.43
Hex B0 2B 34 0 4C 46 1F 164 3D 2B
Octal 260 53 64 0 114 106 37 544 75 53
Binary 10110000 101011 110100 0 1001100 1000110 11111 101100100 111101 101011

Color Harmonies of #B02B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02B34

Black with #B02B34

Text Example


Text Example

White with #B02B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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