Html Css Color HEX #B20031 Cardinal

📋 copy color: '#B20031'

red 178 ◦ green 0 ◦ blue 49

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

Shades of Cardinal #B20031

Tints of Cardinal #B20031

RGB

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

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

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

R = 78.41%
G = 0%
B = 21.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B20031 (or 0xB20031) is known color: Cardinal. HEX triplet: B2, 00 and 31. RGB value is (178,0,49). Sum of RGB (Red+Green+Blue) = 178+0+49=227 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.41% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 178 - color contains mainly: red. Hex color #B20031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20031 is #4DFFCE. Grayscale: #3A3A3A. Windows color (decimal): -5111759 or 3211442. OLE color: 3211442.

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

Color convert

RGB 178 0 49 -
CMYK 0 1 0.72 0.30
HSL 343.48º 1% 0.35% -
HSV(B) 343.48º 1% 0.7% -
XYZ 18.91 9.69 3.78 -
YUV 58.81 122.47 213.02 -
System Red Green Blue C M Y K H S L
Decimal 178 0 49 0 1 0.72 0.30 343.48 1 0.35
Hex B2 0 31 0 64 48 1E 157 64 23
Octal 262 0 61 0 144 110 36 527 144 43
Binary 10110010 0 110001 0 1100100 1001000 11110 101010111 1100100 100011

Color Harmonies of #B20031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20031

Black with #B20031

Text Example


Text Example

White with #B20031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20031; }

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

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

background-color css

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

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

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

border-color css

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

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

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