Html Css Color HEX #B20131 Cardinal

📋 copy color: '#B20131'

red 178 ◦ green 1 ◦ blue 49

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

Shades of Cardinal #B20131

Tints of Cardinal #B20131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

 BLUE value IS 49 (19.53% from 255) = 21.49%

R = 78.07%
G = 0.44%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B20131 (or 0xB20131) is known color: Cardinal. HEX triplet: B2, 01 and 31. RGB value is (178,1,49). Sum of RGB (Red+Green+Blue) = 178+1+49=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B20131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20131 is #4DFECE. Grayscale: #3B3B3B. Windows color (decimal): -5111503 or 3211698. OLE color: 3211698.

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

Color convert

RGB 178 1 49 -
CMYK 0 0.99 0.72 0.30
HSL 343.73º 0.99% 0.35% -
HSV(B) 343.73º 0.99% 0.7% -
XYZ 18.93 9.71 3.78 -
YUV 59.4 122.14 212.6 -
System Red Green Blue C M Y K H S L
Decimal 178 1 49 0 0.99 0.72 0.30 343.73 0.99 0.35
Hex B2 1 31 0 63 48 1E 158 63 23
Octal 262 1 61 0 143 110 36 530 143 43
Binary 10110010 1 110001 0 1100011 1001000 11110 101011000 1100011 100011

Color Harmonies of #B20131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20131

Black with #B20131

Text Example


Text Example

White with #B20131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20131; }

 p { color: rgb(178,1,49); }

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

background-color css

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

 a { background-color: rgb(178,1,49); }

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

border-color css

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

 span { border-color: rgb(178,1,49); }

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