Html Css Color HEX #B40024 Venetian Red

📋 copy color: '#B40024'

red 180 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #B40024

Tints of Venetian Red #B40024

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 36 (14.45% from 255) = 16.67%

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#B40024 (or 0xB40024) is known color: Venetian Red. HEX triplet: B4, 00 and 24. RGB value is (180,0,36). Sum of RGB (Red+Green+Blue) = 180+0+36=216 (28% of max value = 765). Red value is 180 (70.70% from 255 or 83.33% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 180 - color contains mainly: red. Hex color #B40024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40024 is #4BFFDB. Grayscale: #393939. Windows color (decimal): -4980700 or 2359476. OLE color: 2359476.

HSL color Cylindrical-coordinate representation of color #B40024: hue angle of 348º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B40024 is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 0 36 -
CMYK 0 1 0.8 0.29
HSL 348º 1% 0.35% -
HSV(B) 348º 1% 0.71% -
XYZ 19.14 9.83 2.56 -
YUV 57.92 115.63 215.07 -
System Red Green Blue C M Y K H S L
Decimal 180 0 36 0 1 0.8 0.29 348 1 0.35
Hex B4 0 24 0 64 50 1D 15C 64 23
Octal 264 0 44 0 144 120 35 534 144 43
Binary 10110100 0 100100 0 1100100 1010000 11101 101011100 1100100 100011

Color Harmonies of #B40024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40024

Black with #B40024

Text Example


Text Example

White with #B40024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40024; }

 p { color: rgb(180,0,36); }

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

background-color css

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

 a { background-color: rgb(180,0,36); }

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

border-color css

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

 span { border-color: rgb(180,0,36); }

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