Html Css Color HEX #B40628 Venetian Red

📋 copy color: '#B40628'

red 180 ◦ green 6 ◦ blue 40

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

Shades of Venetian Red #B40628

Tints of Venetian Red #B40628

RGB

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

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

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

R = 79.65%
G = 2.65%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B40628 (or 0xB40628) is known color: Venetian Red. HEX triplet: B4, 06 and 28. RGB value is (180,6,40). Sum of RGB (Red+Green+Blue) = 180+6+40=226 (29% of max value = 765). Red value is 180 (70.70% from 255 or 79.65% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 180 - color contains mainly: red. Hex color #B40628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40628 is #4BF9D7. Grayscale: #3D3D3D. Windows color (decimal): -4979160 or 2623156. OLE color: 2623156.

HSL color Cylindrical-coordinate representation of color #B40628: hue angle of 348.28º 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 #B40628 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 6 40 -
CMYK 0 0.97 0.78 0.29
HSL 348.28º 0.94% 0.36% -
HSV(B) 348.28º 0.97% 0.71% -
XYZ 19.27 9.99 2.92 -
YUV 61.9 115.65 212.24 -
System Red Green Blue C M Y K H S L
Decimal 180 6 40 0 0.97 0.78 0.29 348.28 0.94 0.36
Hex B4 6 28 0 61 4E 1D 15C 5E 24
Octal 264 6 50 0 141 116 35 534 136 44
Binary 10110100 110 101000 0 1100001 1001110 11101 101011100 1011110 100100

Color Harmonies of #B40628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40628

Black with #B40628

Text Example


Text Example

White with #B40628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40628; }

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

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

background-color css

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

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

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

border-color css

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

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

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