Html Css Color HEX #B20139 Cardinal

📋 copy color: '#B20139'

red 178 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #B20139

Tints of Cardinal #B20139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 75.42%
G = 0.42%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B20139 (or 0xB20139) is known color: Cardinal. HEX triplet: B2, 01 and 39. RGB value is (178,1,57). Sum of RGB (Red+Green+Blue) = 178+1+57=236 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.42% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 178 - color contains mainly: red. Hex color #B20139 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20139 is #4DFEC6. Grayscale: #3C3C3C. Windows color (decimal): -5111495 or 3735986. OLE color: 3735986.

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

Color convert

RGB 178 1 57 -
CMYK 0 0.99 0.68 0.30
HSL 341.02º 0.99% 0.35% -
HSV(B) 341.02º 0.99% 0.7% -
XYZ 19.11 9.78 4.75 -
YUV 60.31 126.14 211.95 -
System Red Green Blue C M Y K H S L
Decimal 178 1 57 0 0.99 0.68 0.30 341.02 0.99 0.35
Hex B2 1 39 0 63 44 1E 155 63 23
Octal 262 1 71 0 143 104 36 525 143 43
Binary 10110010 1 111001 0 1100011 1000100 11110 101010101 1100011 100011

Color Harmonies of #B20139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20139

Black with #B20139

Text Example


Text Example

White with #B20139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20139; }

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

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

background-color css

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

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

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

border-color css

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

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

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