Html Css Color HEX #B8002E Venetian Red

📋 copy color: '#B8002E'

red 184 ◦ green 0 ◦ blue 46

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

Shades of Venetian Red #B8002E

Tints of Venetian Red #B8002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20%

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8002E (or 0xB8002E) is known color: Venetian Red. HEX triplet: B8, 00 and 2E. RGB value is (184,0,46). Sum of RGB (Red+Green+Blue) = 184+0+46=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B8002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8002E is #47FFD1. Grayscale: #3C3C3C. Windows color (decimal): -4718546 or 3014840. OLE color: 3014840.

HSL color Cylindrical-coordinate representation of color #B8002E: hue angle of 345º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8002E is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 0 46 -
CMYK 0 1 0.75 0.28
HSL 345º 1% 0.36% -
HSV(B) 345º 1% 0.72% -
XYZ 20.26 10.39 3.52 -
YUV 60.26 119.96 216.26 -
System Red Green Blue C M Y K H S L
Decimal 184 0 46 0 1 0.75 0.28 345 1 0.36
Hex B8 0 2E 0 64 4B 1C 159 64 24
Octal 270 0 56 0 144 113 34 531 144 44
Binary 10111000 0 101110 0 1100100 1001011 11100 101011001 1100100 100100

Color Harmonies of #B8002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8002E

Black with #B8002E

Text Example


Text Example

White with #B8002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8002E; }

 p { color: rgb(184,0,46); }

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

background-color css

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

 a { background-color: rgb(184,0,46); }

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

border-color css

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

 span { border-color: rgb(184,0,46); }

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