Html Css Color HEX #B40003 Venetian Red

📋 copy color: '#B40003'

red 180 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #B40003

Tints of Venetian Red #B40003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 1.64%

R = 98.36%
G = 0%
B = 1.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B40003 (or 0xB40003) is known color: Venetian Red. HEX triplet: B4, 00 and 03. RGB value is (180,0,3). Sum of RGB (Red+Green+Blue) = 180+0+3=183 (24% of max value = 765). Red value is 180 (70.70% from 255 or 98.36% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 3 (1.56% from 255 or 1.64% from 183); Max value from RGB is 180 - color contains mainly: red. Hex color #B40003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40003 is #4BFFFC. Grayscale: #363636. Windows color (decimal): -4980733 or 196788. OLE color: 196788.

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

Color convert

RGB 180 0 3 -
CMYK 0 1 0.98 0.29
HSL 359º 1% 0.35% -
HSV(B) 359º 1% 0.71% -
XYZ 18.84 9.71 0.97 -
YUV 54.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 180 0 3 0 1 0.98 0.29 359 1 0.35
Hex B4 0 3 0 64 62 1D 167 64 23
Octal 264 0 3 0 144 142 35 547 144 43
Binary 10110100 0 11 0 1100100 1100010 11101 101100111 1100100 100011

Color Harmonies of #B40003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40003

Black with #B40003

Text Example


Text Example

White with #B40003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40003; }

 p { color: rgb(180,0,3); }

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

background-color css

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

 a { background-color: rgb(180,0,3); }

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

border-color css

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

 span { border-color: rgb(180,0,3); }

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