Html Css Color HEX #B20538 Cardinal

📋 copy color: '#B20538'

red 178 ◦ green 5 ◦ blue 56

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

Shades of Cardinal #B20538

Tints of Cardinal #B20538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 74.48%
G = 2.09%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B20538 (or 0xB20538) is known color: Cardinal. HEX triplet: B2, 05 and 38. RGB value is (178,5,56). Sum of RGB (Red+Green+Blue) = 178+5+56=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B20538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20538 is #4DFAC7. Grayscale: #3E3E3E. Windows color (decimal): -5110472 or 3671474. OLE color: 3671474.

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

Color convert

RGB 178 5 56 -
CMYK 0 0.97 0.69 0.30
HSL 342.31º 0.95% 0.36% -
HSV(B) 342.31º 0.97% 0.7% -
XYZ 19.13 9.86 4.64 -
YUV 62.54 124.31 210.35 -
System Red Green Blue C M Y K H S L
Decimal 178 5 56 0 0.97 0.69 0.30 342.31 0.95 0.36
Hex B2 5 38 0 61 45 1E 156 5F 24
Octal 262 5 70 0 141 105 36 526 137 44
Binary 10110010 101 111000 0 1100001 1000101 11110 101010110 1011111 100100

Color Harmonies of #B20538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20538

Black with #B20538

Text Example


Text Example

White with #B20538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20538; }

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

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

background-color css

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

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

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

border-color css

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

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

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