Html Css Color HEX #B20642 Cardinal

📋 copy color: '#B20642'

red 178 ◦ green 6 ◦ blue 66

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

Shades of Cardinal #B20642

Tints of Cardinal #B20642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.4%

R = 71.2%
G = 2.4%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B20642 (or 0xB20642) is known color: Cardinal. HEX triplet: B2, 06 and 42. RGB value is (178,6,66). Sum of RGB (Red+Green+Blue) = 178+6+66=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B20642 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20642 is #4DF9BD. Grayscale: #404040. Windows color (decimal): -5110206 or 4327090. OLE color: 4327090.

HSL color Cylindrical-coordinate representation of color #B20642: hue angle of 339.07º 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 #B20642 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 66 -
CMYK 0 0.97 0.63 0.30
HSL 339.07º 0.93% 0.36% -
HSV(B) 339.07º 0.97% 0.7% -
XYZ 19.41 9.99 6.06 -
YUV 64.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 178 6 66 0 0.97 0.63 0.30 339.07 0.93 0.36
Hex B2 6 42 0 61 3F 1E 153 5D 24
Octal 262 6 102 0 141 77 36 523 135 44
Binary 10110010 110 1000010 0 1100001 111111 11110 101010011 1011101 100100

Color Harmonies of #B20642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20642

Black with #B20642

Text Example


Text Example

White with #B20642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20642; }

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

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

background-color css

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

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

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

border-color css

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

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

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