Html Css Color HEX #B20732 Cardinal

📋 copy color: '#B20732'

red 178 ◦ green 7 ◦ blue 50

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

Shades of Cardinal #B20732

Tints of Cardinal #B20732

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.98%

 BLUE value IS 50 (19.92% from 255) = 21.28%

R = 75.74%
G = 2.98%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#B20732 (or 0xB20732) is known color: Cardinal. HEX triplet: B2, 07 and 32. RGB value is (178,7,50). Sum of RGB (Red+Green+Blue) = 178+7+50=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B20732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20732 is #4DF8CD. Grayscale: #3F3F3F. Windows color (decimal): -5109966 or 3278770. OLE color: 3278770.

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

Color convert

RGB 178 7 50 -
CMYK 0 0.96 0.72 0.30
HSL 344.91º 0.92% 0.36% -
HSV(B) 344.91º 0.96% 0.7% -
XYZ 19.01 9.85 3.92 -
YUV 63.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 178 7 50 0 0.96 0.72 0.30 344.91 0.92 0.36
Hex B2 7 32 0 60 48 1E 159 5C 24
Octal 262 7 62 0 140 110 36 531 134 44
Binary 10110010 111 110010 0 1100000 1001000 11110 101011001 1011100 100100

Color Harmonies of #B20732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20732

Black with #B20732

Text Example


Text Example

White with #B20732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20732; }

 p { color: rgb(178,7,50); }

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

background-color css

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

 a { background-color: rgb(178,7,50); }

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

border-color css

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

 span { border-color: rgb(178,7,50); }

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