Html Css Color HEX #B20839 Cardinal

📋 copy color: '#B20839'

red 178 ◦ green 8 ◦ blue 57

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

Shades of Cardinal #B20839

Tints of Cardinal #B20839

RGB

 RED value IS 178 (69.92% from 255) = 73.25%

 GREEN value IS 8 (3.52% from 255) = 3.29%

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

R = 73.25%
G = 3.29%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B20839 (or 0xB20839) is known color: Cardinal. HEX triplet: B2, 08 and 39. RGB value is (178,8,57). Sum of RGB (Red+Green+Blue) = 178+8+57=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B20839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20839 is #4DF7C6. Grayscale: #404040. Windows color (decimal): -5109703 or 3737778. OLE color: 3737778.

HSL color Cylindrical-coordinate representation of color #B20839: hue angle of 342.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20839 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 57 -
CMYK 0 0.96 0.68 0.30
HSL 342.71º 0.91% 0.36% -
HSV(B) 342.71º 0.96% 0.7% -
XYZ 19.19 9.93 4.78 -
YUV 64.42 123.82 209.02 -
System Red Green Blue C M Y K H S L
Decimal 178 8 57 0 0.96 0.68 0.30 342.71 0.91 0.36
Hex B2 8 39 0 60 44 1E 157 5B 24
Octal 262 10 71 0 140 104 36 527 133 44
Binary 10110010 1000 111001 0 1100000 1000100 11110 101010111 1011011 100100

Color Harmonies of #B20839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20839

Black with #B20839

Text Example


Text Example

White with #B20839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20839; }

 p { color: rgb(178,8,57); }

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

background-color css

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

 a { background-color: rgb(178,8,57); }

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

border-color css

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

 span { border-color: rgb(178,8,57); }

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