Html Css Color HEX #B02341 Cardinal

📋 copy color: '#B02341'

red 176 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #B02341

Tints of Cardinal #B02341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

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

R = 63.77%
G = 12.68%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B02341 (or 0xB02341) is known color: Cardinal. HEX triplet: B0, 23 and 41. RGB value is (176,35,65). Sum of RGB (Red+Green+Blue) = 176+35+65=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B02341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02341 is #4FDCBE. Grayscale: #505050. Windows color (decimal): -5233855 or 4268976. OLE color: 4268976.

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

Color convert

RGB 176 35 65 -
CMYK 0 0.80 0.63 0.31
HSL 347.23º 0.67% 0.41% -
HSV(B) 347.23º 0.8% 0.69% -
XYZ 19.46 10.81 6.06 -
YUV 80.58 119.21 196.06 -
System Red Green Blue C M Y K H S L
Decimal 176 35 65 0 0.80 0.63 0.31 347.23 0.67 0.41
Hex B0 23 41 0 50 3F 1F 15B 43 29
Octal 260 43 101 0 120 77 37 533 103 51
Binary 10110000 100011 1000001 0 1010000 111111 11111 101011011 1000011 101001

Color Harmonies of #B02341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02341

Black with #B02341

Text Example


Text Example

White with #B02341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02341; }

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

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

background-color css

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

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

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

border-color css

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

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

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