Html Css Color HEX #B02141 Cardinal

📋 copy color: '#B02141'

red 176 ◦ green 33 ◦ blue 65

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

Shades of Cardinal #B02141

Tints of Cardinal #B02141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

 BLUE value IS 65 (25.78% from 255) = 23.72%

R = 64.23%
G = 12.04%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B02141 (or 0xB02141) is known color: Cardinal. HEX triplet: B0, 21 and 41. RGB value is (176,33,65). Sum of RGB (Red+Green+Blue) = 176+33+65=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B02141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02141 is #4FDEBE. Grayscale: #4F4F4F. Windows color (decimal): -5234367 or 4268464. OLE color: 4268464.

HSL color Cylindrical-coordinate representation of color #B02141: hue angle of 346.57º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02141 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 33 65 -
CMYK 0 0.81 0.63 0.31
HSL 346.57º 0.68% 0.41% -
HSV(B) 346.57º 0.81% 0.69% -
XYZ 19.4 10.7 6.04 -
YUV 79.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 176 33 65 0 0.81 0.63 0.31 346.57 0.68 0.41
Hex B0 21 41 0 51 3F 1F 15B 44 29
Octal 260 41 101 0 121 77 37 533 104 51
Binary 10110000 100001 1000001 0 1010001 111111 11111 101011011 1000100 101001

Color Harmonies of #B02141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02141

Black with #B02141

Text Example


Text Example

White with #B02141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02141; }

 p { color: rgb(176,33,65); }

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

background-color css

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

 a { background-color: rgb(176,33,65); }

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

border-color css

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

 span { border-color: rgb(176,33,65); }

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