Html Css Color HEX #B20639 Cardinal

📋 copy color: '#B20639'

red 178 ◦ green 6 ◦ blue 57

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

Shades of Cardinal #B20639

Tints of Cardinal #B20639

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.49%

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

R = 73.86%
G = 2.49%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B20639 (or 0xB20639) is known color: Cardinal. HEX triplet: B2, 06 and 39. RGB value is (178,6,57). Sum of RGB (Red+Green+Blue) = 178+6+57=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B20639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20639 is #4DF9C6. Grayscale: #3F3F3F. Windows color (decimal): -5110215 or 3737266. OLE color: 3737266.

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

Color convert

RGB 178 6 57 -
CMYK 0 0.97 0.68 0.30
HSL 342.21º 0.93% 0.36% -
HSV(B) 342.21º 0.97% 0.7% -
XYZ 19.16 9.89 4.77 -
YUV 63.24 124.48 209.85 -
System Red Green Blue C M Y K H S L
Decimal 178 6 57 0 0.97 0.68 0.30 342.21 0.93 0.36
Hex B2 6 39 0 61 44 1E 156 5D 24
Octal 262 6 71 0 141 104 36 526 135 44
Binary 10110010 110 111001 0 1100001 1000100 11110 101010110 1011101 100100

Color Harmonies of #B20639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20639

Black with #B20639

Text Example


Text Example

White with #B20639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20639; }

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

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

background-color css

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

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

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

border-color css

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

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

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