Html Css Color HEX #B40510 Venetian Red

📋 copy color: '#B40510'

red 180 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #B40510

Tints of Venetian Red #B40510

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 89.55%
G = 2.49%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B40510 (or 0xB40510) is known color: Venetian Red. HEX triplet: B4, 05 and 10. RGB value is (180,5,16). Sum of RGB (Red+Green+Blue) = 180+5+16=201 (26% of max value = 765). Red value is 180 (70.70% from 255 or 89.55% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 180 - color contains mainly: red. Hex color #B40510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40510 is #4BFAEF. Grayscale: #3A3A3A. Windows color (decimal): -4979440 or 1050036. OLE color: 1050036.

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

Color convert

RGB 180 5 16 -
CMYK 0 0.97 0.91 0.29
HSL 356.23º 0.95% 0.36% -
HSV(B) 356.23º 0.97% 0.71% -
XYZ 18.97 9.85 1.39 -
YUV 58.58 103.98 214.61 -
System Red Green Blue C M Y K H S L
Decimal 180 5 16 0 0.97 0.91 0.29 356.23 0.95 0.36
Hex B4 5 10 0 61 5B 1D 164 5F 24
Octal 264 5 20 0 141 133 35 544 137 44
Binary 10110100 101 10000 0 1100001 1011011 11101 101100100 1011111 100100

Color Harmonies of #B40510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40510

Black with #B40510

Text Example


Text Example

White with #B40510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40510; }

 p { color: rgb(180,5,16); }

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

background-color css

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

 a { background-color: rgb(180,5,16); }

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

border-color css

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

 span { border-color: rgb(180,5,16); }

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