Html Css Color HEX #B02639 Cardinal

📋 copy color: '#B02639'

red 176 ◦ green 38 ◦ blue 57

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

Shades of Cardinal #B02639

Tints of Cardinal #B02639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

 BLUE value IS 57 (22.66% from 255) = 21.03%

R = 64.94%
G = 14.02%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B02639 (or 0xB02639) is known color: Cardinal. HEX triplet: B0, 26 and 39. RGB value is (176,38,57). Sum of RGB (Red+Green+Blue) = 176+38+57=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B02639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02639 is #4FD9C6. Grayscale: #515151. Windows color (decimal): -5233095 or 3745456. OLE color: 3745456.

HSL color Cylindrical-coordinate representation of color #B02639: hue angle of 351.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 #B02639 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 57 -
CMYK 0 0.78 0.68 0.31
HSL 351.74º 0.64% 0.42% -
HSV(B) 351.74º 0.78% 0.69% -
XYZ 19.34 10.91 4.96 -
YUV 81.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 176 38 57 0 0.78 0.68 0.31 351.74 0.64 0.42
Hex B0 26 39 0 4E 44 1F 160 40 2A
Octal 260 46 71 0 116 104 37 540 100 52
Binary 10110000 100110 111001 0 1001110 1000100 11111 101100000 1000000 101010

Color Harmonies of #B02639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02639

Black with #B02639

Text Example


Text Example

White with #B02639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02639; }

 p { color: rgb(176,38,57); }

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

background-color css

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

 a { background-color: rgb(176,38,57); }

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

border-color css

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

 span { border-color: rgb(176,38,57); }

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