Html Css Color HEX #B40623 Venetian Red

📋 copy color: '#B40623'

red 180 ◦ green 6 ◦ blue 35

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

Shades of Venetian Red #B40623

Tints of Venetian Red #B40623

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.71%

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

R = 81.45%
G = 2.71%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B40623 (or 0xB40623) is known color: Venetian Red. HEX triplet: B4, 06 and 23. RGB value is (180,6,35). Sum of RGB (Red+Green+Blue) = 180+6+35=221 (29% of max value = 765). Red value is 180 (70.70% from 255 or 81.45% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 180 - color contains mainly: red. Hex color #B40623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40623 is #4BF9DC. Grayscale: #3D3D3D. Windows color (decimal): -4979165 or 2295476. OLE color: 2295476.

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

Color convert

RGB 180 6 35 -
CMYK 0 0.97 0.81 0.29
HSL 350º 0.94% 0.36% -
HSV(B) 350º 0.97% 0.71% -
XYZ 19.19 9.95 2.5 -
YUV 61.33 113.15 212.64 -
System Red Green Blue C M Y K H S L
Decimal 180 6 35 0 0.97 0.81 0.29 350 0.94 0.36
Hex B4 6 23 0 61 51 1D 15E 5E 24
Octal 264 6 43 0 141 121 35 536 136 44
Binary 10110100 110 100011 0 1100001 1010001 11101 101011110 1011110 100100

Color Harmonies of #B40623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40623

Black with #B40623

Text Example


Text Example

White with #B40623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40623; }

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

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

background-color css

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

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

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

border-color css

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

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

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