Html Css Color HEX #B20830 Cardinal

📋 copy color: '#B20830'

red 178 ◦ green 8 ◦ blue 48

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

Shades of Cardinal #B20830

Tints of Cardinal #B20830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.51%

R = 76.07%
G = 3.42%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#B20830 (or 0xB20830) is known color: Cardinal. HEX triplet: B2, 08 and 30. RGB value is (178,8,48). Sum of RGB (Red+Green+Blue) = 178+8+48=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B20830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20830 is #4DF7CF. Grayscale: #3F3F3F. Windows color (decimal): -5109712 or 3147954. OLE color: 3147954.

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

Color convert

RGB 178 8 48 -
CMYK 0 0.96 0.73 0.30
HSL 345.88º 0.91% 0.36% -
HSV(B) 345.88º 0.96% 0.7% -
XYZ 18.98 9.85 3.7 -
YUV 63.39 119.32 209.75 -
System Red Green Blue C M Y K H S L
Decimal 178 8 48 0 0.96 0.73 0.30 345.88 0.91 0.36
Hex B2 8 30 0 60 49 1E 15A 5B 24
Octal 262 10 60 0 140 111 36 532 133 44
Binary 10110010 1000 110000 0 1100000 1001001 11110 101011010 1011011 100100

Color Harmonies of #B20830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20830

Black with #B20830

Text Example


Text Example

White with #B20830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20830; }

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

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

background-color css

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

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

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

border-color css

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

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

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