Html Css Color HEX #B8030B Venetian Red

📋 copy color: '#B8030B'

red 184 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #B8030B

Tints of Venetian Red #B8030B

RGB

 RED value IS 184 (72.27% from 255) = 92.93%

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

 BLUE value IS 11 (4.69% from 255) = 5.56%

R = 92.93%
G = 1.52%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8030B (or 0xB8030B) is known color: Venetian Red. HEX triplet: B8, 03 and 0B. RGB value is (184,3,11). Sum of RGB (Red+Green+Blue) = 184+3+11=198 (26% of max value = 765). Red value is 184 (72.27% from 255 or 92.93% from 198); Green value is 3 (1.56% from 255 or 1.52% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 184 - color contains mainly: red. Hex color #B8030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B8030B is #47FCF4. Grayscale: #3A3A3A. Windows color (decimal): -4717813 or 721848. OLE color: 721848.

HSL color Cylindrical-coordinate representation of color #B8030B: hue angle of 357.35º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B8030B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 3 11 -
CMYK 0 0.98 0.94 0.28
HSL 357.35º 0.97% 0.37% -
HSV(B) 357.35º 0.98% 0.72% -
XYZ 19.86 10.28 1.25 -
YUV 58.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 184 3 11 0 0.98 0.94 0.28 357.35 0.97 0.37
Hex B8 3 B 0 62 5E 1C 165 61 25
Octal 270 3 13 0 142 136 34 545 141 45
Binary 10111000 11 1011 0 1100010 1011110 11100 101100101 1100001 100101

Color Harmonies of #B8030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8030B

Black with #B8030B

Text Example


Text Example

White with #B8030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8030B; }

 p { color: rgb(184,3,11); }

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

background-color css

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

 a { background-color: rgb(184,3,11); }

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

border-color css

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

 span { border-color: rgb(184,3,11); }

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