Html Css Color HEX #B20632 Cardinal

📋 copy color: '#B20632'

red 178 ◦ green 6 ◦ blue 50

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

Shades of Cardinal #B20632

Tints of Cardinal #B20632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.56%

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

R = 76.07%
G = 2.56%
B = 21.37%

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

#B20632 (or 0xB20632) is known color: Cardinal. HEX triplet: B2, 06 and 32. RGB value is (178,6,50). Sum of RGB (Red+Green+Blue) = 178+6+50=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B20632 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20632 is #4DF9CD. Grayscale: #3E3E3E. Windows color (decimal): -5110222 or 3278514. OLE color: 3278514.

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

Color convert

RGB 178 6 50 -
CMYK 0 0.97 0.72 0.30
HSL 344.65º 0.93% 0.36% -
HSV(B) 344.65º 0.97% 0.7% -
XYZ 19 9.83 3.91 -
YUV 62.44 120.98 210.42 -
System Red Green Blue C M Y K H S L
Decimal 178 6 50 0 0.97 0.72 0.30 344.65 0.93 0.36
Hex B2 6 32 0 61 48 1E 159 5D 24
Octal 262 6 62 0 141 110 36 531 135 44
Binary 10110010 110 110010 0 1100001 1001000 11110 101011001 1011101 100100

Color Harmonies of #B20632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20632

Black with #B20632

Text Example


Text Example

White with #B20632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20632; }

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

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

background-color css

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

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

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

border-color css

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

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

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