Html Css Color HEX #B20534 Cardinal

📋 copy color: '#B20534'

red 178 ◦ green 5 ◦ blue 52

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

Shades of Cardinal #B20534

Tints of Cardinal #B20534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.13%

R = 75.74%
G = 2.13%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B20534 (or 0xB20534) is known color: Cardinal. HEX triplet: B2, 05 and 34. RGB value is (178,5,52). Sum of RGB (Red+Green+Blue) = 178+5+52=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B20534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20534 is #4DFACB. Grayscale: #3E3E3E. Windows color (decimal): -5110476 or 3409330. OLE color: 3409330.

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

Color convert

RGB 178 5 52 -
CMYK 0 0.97 0.71 0.30
HSL 343.7º 0.95% 0.36% -
HSV(B) 343.7º 0.97% 0.7% -
XYZ 19.03 9.82 4.14 -
YUV 62.09 122.31 210.68 -
System Red Green Blue C M Y K H S L
Decimal 178 5 52 0 0.97 0.71 0.30 343.7 0.95 0.36
Hex B2 5 34 0 61 47 1E 158 5F 24
Octal 262 5 64 0 141 107 36 530 137 44
Binary 10110010 101 110100 0 1100001 1000111 11110 101011000 1011111 100100

Color Harmonies of #B20534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20534

Black with #B20534

Text Example


Text Example

White with #B20534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20534; }

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

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

background-color css

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

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

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

border-color css

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

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

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