Html Css Color HEX #B20240 Cardinal

📋 copy color: '#B20240'

red 178 ◦ green 2 ◦ blue 64

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

Shades of Cardinal #B20240

Tints of Cardinal #B20240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 64 (25.39% from 255) = 26.23%

R = 72.95%
G = 0.82%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B20240 (or 0xB20240) is known color: Cardinal. HEX triplet: B2, 02 and 40. RGB value is (178,2,64). Sum of RGB (Red+Green+Blue) = 178+2+64=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B20240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20240 is #4DFDBF. Grayscale: #3D3D3D. Windows color (decimal): -5111232 or 4194994. OLE color: 4194994.

HSL color Cylindrical-coordinate representation of color #B20240: hue angle of 338.86º degrees, saturation: 0.98, 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 #B20240 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 64 -
CMYK 0 0.99 0.64 0.30
HSL 338.86º 0.98% 0.35% -
HSV(B) 338.86º 0.99% 0.7% -
XYZ 19.31 9.88 5.74 -
YUV 61.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 178 2 64 0 0.99 0.64 0.30 338.86 0.98 0.35
Hex B2 2 40 0 63 40 1E 153 62 23
Octal 262 2 100 0 143 100 36 523 142 43
Binary 10110010 10 1000000 0 1100011 1000000 11110 101010011 1100010 100011

Color Harmonies of #B20240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20240

Black with #B20240

Text Example


Text Example

White with #B20240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20240; }

 p { color: rgb(178,2,64); }

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

background-color css

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

 a { background-color: rgb(178,2,64); }

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

border-color css

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

 span { border-color: rgb(178,2,64); }

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