Html Css Color HEX #B40308 Venetian Red

📋 copy color: '#B40308'

red 180 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #B40308

Tints of Venetian Red #B40308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.19%

R = 94.24%
G = 1.57%
B = 4.19%

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

#B40308 (or 0xB40308) is known color: Venetian Red. HEX triplet: B4, 03 and 08. RGB value is (180,3,8). Sum of RGB (Red+Green+Blue) = 180+3+8=191 (25% of max value = 765). Red value is 180 (70.70% from 255 or 94.24% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 8 (3.52% from 255 or 4.19% from 191); Max value from RGB is 180 - color contains mainly: red. Hex color #B40308 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40308 is #4BFCF7. Grayscale: #383838. Windows color (decimal): -4979960 or 525236. OLE color: 525236.

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

Color convert

RGB 180 3 8 -
CMYK 0 0.98 0.96 0.29
HSL 358.31º 0.97% 0.36% -
HSV(B) 358.31º 0.98% 0.71% -
XYZ 18.9 9.79 1.12 -
YUV 56.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 180 3 8 0 0.98 0.96 0.29 358.31 0.97 0.36
Hex B4 3 8 0 62 60 1D 166 61 24
Octal 264 3 10 0 142 140 35 546 141 44
Binary 10110100 11 1000 0 1100010 1100000 11101 101100110 1100001 100100

Color Harmonies of #B40308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40308

Black with #B40308

Text Example


Text Example

White with #B40308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40308; }

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

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

background-color css

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

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

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

border-color css

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

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

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