Html Css Color HEX #B20A2A Cardinal

📋 copy color: '#B20A2A'

red 178 ◦ green 10 ◦ blue 42

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

Shades of Cardinal #B20A2A

Tints of Cardinal #B20A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.35%

 BLUE value IS 42 (16.8% from 255) = 18.26%

R = 77.39%
G = 4.35%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.30

RGB Variations

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

Color information

#B20A2A (or 0xB20A2A) is known color: Cardinal. HEX triplet: B2, 0A and 2A. RGB value is (178,10,42). Sum of RGB (Red+Green+Blue) = 178+10+42=230 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.39% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20A2A is #4DF5D5. Grayscale: #3F3F3F. Windows color (decimal): -5109206 or 2755250. OLE color: 2755250.

HSL color Cylindrical-coordinate representation of color #B20A2A: hue angle of 348.57º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A2A is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 10 42 -
CMYK 0 0.94 0.76 0.30
HSL 348.57º 0.89% 0.37% -
HSV(B) 348.57º 0.94% 0.7% -
XYZ 18.89 9.85 3.1 -
YUV 63.88 115.66 209.4 -
System Red Green Blue C M Y K H S L
Decimal 178 10 42 0 0.94 0.76 0.30 348.57 0.89 0.37
Hex B2 A 2A 0 5E 4C 1E 15D 59 25
Octal 262 12 52 0 136 114 36 535 131 45
Binary 10110010 1010 101010 0 1011110 1001100 11110 101011101 1011001 100101

Color Harmonies of #B20A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A2A

Black with #B20A2A

Text Example


Text Example

White with #B20A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A2A; }

 p { color: rgb(178,10,42); }

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

background-color css

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

 a { background-color: rgb(178,10,42); }

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

border-color css

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

 span { border-color: rgb(178,10,42); }

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