Html Css Color HEX #B20B2A Cardinal

📋 copy color: '#B20B2A'

red 178 ◦ green 11 ◦ blue 42

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

Shades of Cardinal #B20B2A

Tints of Cardinal #B20B2A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.76%

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

R = 77.06%
G = 4.76%
B = 18.18%

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

#B20B2A (or 0xB20B2A) is known color: Cardinal. HEX triplet: B2, 0B and 2A. RGB value is (178,11,42). Sum of RGB (Red+Green+Blue) = 178+11+42=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B2A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20B2A is #4DF4D5. Grayscale: #404040. Windows color (decimal): -5108950 or 2755506. OLE color: 2755506.

HSL color Cylindrical-coordinate representation of color #B20B2A: hue angle of 348.86º degrees, saturation: 0.88, 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 #B20B2A is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 11 42 -
CMYK 0 0.94 0.76 0.30
HSL 348.86º 0.88% 0.37% -
HSV(B) 348.86º 0.94% 0.7% -
XYZ 18.9 9.87 3.1 -
YUV 64.47 115.33 208.98 -
System Red Green Blue C M Y K H S L
Decimal 178 11 42 0 0.94 0.76 0.30 348.86 0.88 0.37
Hex B2 B 2A 0 5E 4C 1E 15D 58 25
Octal 262 13 52 0 136 114 36 535 130 45
Binary 10110010 1011 101010 0 1011110 1001100 11110 101011101 1011000 100101

Color Harmonies of #B20B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20B2A

Black with #B20B2A

Text Example


Text Example

White with #B20B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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