Html Css Color HEX #B40423 Venetian Red

📋 copy color: '#B40423'

red 180 ◦ green 4 ◦ blue 35

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

Shades of Venetian Red #B40423

Tints of Venetian Red #B40423

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

 BLUE value IS 35 (14.06% from 255) = 15.98%

R = 82.19%
G = 1.83%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B40423 (or 0xB40423) is known color: Venetian Red. HEX triplet: B4, 04 and 23. RGB value is (180,4,35). Sum of RGB (Red+Green+Blue) = 180+4+35=219 (29% of max value = 765). Red value is 180 (70.70% from 255 or 82.19% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 180 - color contains mainly: red. Hex color #B40423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40423 is #4BFBDC. Grayscale: #3C3C3C. Windows color (decimal): -4979677 or 2294964. OLE color: 2294964.

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

Color convert

RGB 180 4 35 -
CMYK 0 0.98 0.81 0.29
HSL 349.43º 0.96% 0.36% -
HSV(B) 349.43º 0.98% 0.71% -
XYZ 19.17 9.91 2.49 -
YUV 60.16 113.81 213.48 -
System Red Green Blue C M Y K H S L
Decimal 180 4 35 0 0.98 0.81 0.29 349.43 0.96 0.36
Hex B4 4 23 0 62 51 1D 15D 60 24
Octal 264 4 43 0 142 121 35 535 140 44
Binary 10110100 100 100011 0 1100010 1010001 11101 101011101 1100000 100100

Color Harmonies of #B40423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40423

Black with #B40423

Text Example


Text Example

White with #B40423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40423; }

 p { color: rgb(180,4,35); }

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

background-color css

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

 a { background-color: rgb(180,4,35); }

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

border-color css

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

 span { border-color: rgb(180,4,35); }

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