Html Css Color HEX #B60407 Venetian Red

📋 copy color: '#B60407'

red 182 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #B60407

Tints of Venetian Red #B60407

RGB

 RED value IS 182 (71.48% from 255) = 94.3%

 GREEN value IS 4 (1.95% from 255) = 2.07%

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

R = 94.3%
G = 2.07%
B = 3.63%

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

#B60407 (or 0xB60407) is known color: Venetian Red. HEX triplet: B6, 04 and 07. RGB value is (182,4,7). Sum of RGB (Red+Green+Blue) = 182+4+7=193 (25% of max value = 765). Red value is 182 (71.48% from 255 or 94.30% from 193); Green value is 4 (1.95% from 255 or 2.07% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 182 - color contains mainly: red. Hex color #B60407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60407 is #49FBF8. Grayscale: #393939. Windows color (decimal): -4848633 or 459958. OLE color: 459958.

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

Color convert

RGB 182 4 7 -
CMYK 0 0.98 0.96 0.29
HSL 358.99º 0.96% 0.36% -
HSV(B) 358.99º 0.98% 0.71% -
XYZ 19.37 10.05 1.12 -
YUV 57.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 182 4 7 0 0.98 0.96 0.29 358.99 0.96 0.36
Hex B6 4 7 0 62 60 1D 167 60 24
Octal 266 4 7 0 142 140 35 547 140 44
Binary 10110110 100 111 0 1100010 1100000 11101 101100111 1100000 100100

Color Harmonies of #B60407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60407

Black with #B60407

Text Example


Text Example

White with #B60407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60407; }

 p { color: rgb(182,4,7); }

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

background-color css

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

 a { background-color: rgb(182,4,7); }

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

border-color css

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

 span { border-color: rgb(182,4,7); }

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