Html Css Color HEX #B40205 Venetian Red

📋 copy color: '#B40205'

red 180 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #B40205

Tints of Venetian Red #B40205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 96.26%
G = 1.07%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B40205 (or 0xB40205) is known color: Venetian Red. HEX triplet: B4, 02 and 05. RGB value is (180,2,5). Sum of RGB (Red+Green+Blue) = 180+2+5=187 (24% of max value = 765). Red value is 180 (70.70% from 255 or 96.26% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 180 - color contains mainly: red. Hex color #B40205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40205 is #4BFDFA. Grayscale: #373737. Windows color (decimal): -4980219 or 328372. OLE color: 328372.

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

Color convert

RGB 180 2 5 -
CMYK 0 0.99 0.97 0.29
HSL 358.99º 0.98% 0.36% -
HSV(B) 358.99º 0.99% 0.71% -
XYZ 18.87 9.76 1.03 -
YUV 55.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 180 2 5 0 0.99 0.97 0.29 358.99 0.98 0.36
Hex B4 2 5 0 63 61 1D 167 62 24
Octal 264 2 5 0 143 141 35 547 142 44
Binary 10110100 10 101 0 1100011 1100001 11101 101100111 1100010 100100

Color Harmonies of #B40205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40205

Black with #B40205

Text Example


Text Example

White with #B40205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40205; }

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

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

background-color css

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

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

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

border-color css

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

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

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