Html Css Color HEX #B20531 Cardinal

📋 copy color: '#B20531'

red 178 ◦ green 5 ◦ blue 49

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

Shades of Cardinal #B20531

Tints of Cardinal #B20531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 76.72%
G = 2.16%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B20531 (or 0xB20531) is known color: Cardinal. HEX triplet: B2, 05 and 31. RGB value is (178,5,49). Sum of RGB (Red+Green+Blue) = 178+5+49=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B20531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20531 is #4DFACE. Grayscale: #3D3D3D. Windows color (decimal): -5110479 or 3212722. OLE color: 3212722.

HSL color Cylindrical-coordinate representation of color #B20531: hue angle of 344.74º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20531 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 49 -
CMYK 0 0.97 0.72 0.30
HSL 344.74º 0.95% 0.36% -
HSV(B) 344.74º 0.97% 0.7% -
XYZ 18.97 9.8 3.8 -
YUV 61.74 120.81 210.92 -
System Red Green Blue C M Y K H S L
Decimal 178 5 49 0 0.97 0.72 0.30 344.74 0.95 0.36
Hex B2 5 31 0 61 48 1E 159 5F 24
Octal 262 5 61 0 141 110 36 531 137 44
Binary 10110010 101 110001 0 1100001 1001000 11110 101011001 1011111 100100

Color Harmonies of #B20531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20531

Black with #B20531

Text Example


Text Example

White with #B20531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20531; }

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

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

background-color css

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

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

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

border-color css

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

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

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