Html Css Color HEX #B40828 Venetian Red

📋 copy color: '#B40828'

red 180 ◦ green 8 ◦ blue 40

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

Shades of Venetian Red #B40828

Tints of Venetian Red #B40828

RGB

 RED value IS 180 (70.7% from 255) = 78.95%

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

 BLUE value IS 40 (16.02% from 255) = 17.54%

R = 78.95%
G = 3.51%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B40828 (or 0xB40828) is known color: Venetian Red. HEX triplet: B4, 08 and 28. RGB value is (180,8,40). Sum of RGB (Red+Green+Blue) = 180+8+40=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B40828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40828 is #4BF7D7. Grayscale: #3F3F3F. Windows color (decimal): -4978648 or 2623668. OLE color: 2623668.

HSL color Cylindrical-coordinate representation of color #B40828: hue angle of 348.84º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40828 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 8 40 -
CMYK 0 0.96 0.78 0.29
HSL 348.84º 0.91% 0.37% -
HSV(B) 348.84º 0.96% 0.71% -
XYZ 19.29 10.03 2.93 -
YUV 63.08 114.98 211.4 -
System Red Green Blue C M Y K H S L
Decimal 180 8 40 0 0.96 0.78 0.29 348.84 0.91 0.37
Hex B4 8 28 0 60 4E 1D 15D 5B 25
Octal 264 10 50 0 140 116 35 535 133 45
Binary 10110100 1000 101000 0 1100000 1001110 11101 101011101 1011011 100101

Color Harmonies of #B40828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40828

Black with #B40828

Text Example


Text Example

White with #B40828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40828; }

 p { color: rgb(180,8,40); }

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

background-color css

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

 a { background-color: rgb(180,8,40); }

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

border-color css

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

 span { border-color: rgb(180,8,40); }

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