Html Css Color HEX #B20035 Cardinal

📋 copy color: '#B20035'

red 178 ◦ green 0 ◦ blue 53

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

Shades of Cardinal #B20035

Tints of Cardinal #B20035

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 53 (21.09% from 255) = 22.94%

R = 77.06%
G = 0%
B = 22.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B20035 (or 0xB20035) is known color: Cardinal. HEX triplet: B2, 00 and 35. RGB value is (178,0,53). Sum of RGB (Red+Green+Blue) = 178+0+53=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B20035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20035 is #4DFFCA. Grayscale: #3B3B3B. Windows color (decimal): -5111755 or 3473586. OLE color: 3473586.

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

Color convert

RGB 178 0 53 -
CMYK 0 1 0.70 0.30
HSL 342.13º 1% 0.35% -
HSV(B) 342.13º 1% 0.7% -
XYZ 19 9.72 4.24 -
YUV 59.26 124.47 212.69 -
System Red Green Blue C M Y K H S L
Decimal 178 0 53 0 1 0.70 0.30 342.13 1 0.35
Hex B2 0 35 0 64 46 1E 156 64 23
Octal 262 0 65 0 144 106 36 526 144 43
Binary 10110010 0 110101 0 1100100 1000110 11110 101010110 1100100 100011

Color Harmonies of #B20035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20035

Black with #B20035

Text Example


Text Example

White with #B20035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20035; }

 p { color: rgb(178,0,53); }

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

background-color css

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

 a { background-color: rgb(178,0,53); }

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

border-color css

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

 span { border-color: rgb(178,0,53); }

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