Html Css Color HEX #B02733 Cardinal

📋 copy color: '#B02733'

red 176 ◦ green 39 ◦ blue 51

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

Shades of Cardinal #B02733

Tints of Cardinal #B02733

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.66%

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 66.17%
G = 14.66%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B02733 (or 0xB02733) is known color: Cardinal. HEX triplet: B0, 27 and 33. RGB value is (176,39,51). Sum of RGB (Red+Green+Blue) = 176+39+51=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B02733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02733 is #4FD8CC. Grayscale: #515151. Windows color (decimal): -5232845 or 3352496. OLE color: 3352496.

HSL color Cylindrical-coordinate representation of color #B02733: hue angle of 354.74º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B02733 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 51 -
CMYK 0 0.78 0.71 0.31
HSL 354.74º 0.64% 0.42% -
HSV(B) 354.74º 0.78% 0.69% -
XYZ 19.23 10.92 4.23 -
YUV 81.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 176 39 51 0 0.78 0.71 0.31 354.74 0.64 0.42
Hex B0 27 33 0 4E 47 1F 163 40 2A
Octal 260 47 63 0 116 107 37 543 100 52
Binary 10110000 100111 110011 0 1001110 1000111 11111 101100011 1000000 101010

Color Harmonies of #B02733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02733

Black with #B02733

Text Example


Text Example

White with #B02733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02733; }

 p { color: rgb(176,39,51); }

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

background-color css

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

 a { background-color: rgb(176,39,51); }

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

border-color css

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

 span { border-color: rgb(176,39,51); }

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