Html Css Color HEX #B40307 Venetian Red

📋 copy color: '#B40307'

red 180 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #B40307

Tints of Venetian Red #B40307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

 BLUE value IS 7 (3.13% from 255) = 3.68%

R = 94.74%
G = 1.58%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B40307 (or 0xB40307) is known color: Venetian Red. HEX triplet: B4, 03 and 07. RGB value is (180,3,7). Sum of RGB (Red+Green+Blue) = 180+3+7=190 (25% of max value = 765). Red value is 180 (70.70% from 255 or 94.74% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 180 - color contains mainly: red. Hex color #B40307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40307 is #4BFCF8. Grayscale: #383838. Windows color (decimal): -4979961 or 459700. OLE color: 459700.

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

Color convert

RGB 180 3 7 -
CMYK 0 0.98 0.96 0.29
HSL 358.64º 0.97% 0.36% -
HSV(B) 358.64º 0.98% 0.71% -
XYZ 18.89 9.78 1.09 -
YUV 56.38 100.14 216.17 -
System Red Green Blue C M Y K H S L
Decimal 180 3 7 0 0.98 0.96 0.29 358.64 0.97 0.36
Hex B4 3 7 0 62 60 1D 167 61 24
Octal 264 3 7 0 142 140 35 547 141 44
Binary 10110100 11 111 0 1100010 1100000 11101 101100111 1100001 100100

Color Harmonies of #B40307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40307

Black with #B40307

Text Example


Text Example

White with #B40307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40307; }

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

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

background-color css

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

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

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

border-color css

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

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

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