Html Css Color HEX #B20838 Cardinal

📋 copy color: '#B20838'

red 178 ◦ green 8 ◦ blue 56

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

Shades of Cardinal #B20838

Tints of Cardinal #B20838

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

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

R = 73.55%
G = 3.31%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B20838 (or 0xB20838) is known color: Cardinal. HEX triplet: B2, 08 and 38. RGB value is (178,8,56). Sum of RGB (Red+Green+Blue) = 178+8+56=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B20838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20838 is #4DF7C7. Grayscale: #404040. Windows color (decimal): -5109704 or 3672242. OLE color: 3672242.

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

Color convert

RGB 178 8 56 -
CMYK 0 0.96 0.69 0.30
HSL 343.06º 0.91% 0.36% -
HSV(B) 343.06º 0.96% 0.7% -
XYZ 19.16 9.92 4.65 -
YUV 64.3 123.32 209.1 -
System Red Green Blue C M Y K H S L
Decimal 178 8 56 0 0.96 0.69 0.30 343.06 0.91 0.36
Hex B2 8 38 0 60 45 1E 157 5B 24
Octal 262 10 70 0 140 105 36 527 133 44
Binary 10110010 1000 111000 0 1100000 1000101 11110 101010111 1011011 100100

Color Harmonies of #B20838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20838

Black with #B20838

Text Example


Text Example

White with #B20838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20838; }

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

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

background-color css

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

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

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

border-color css

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

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

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