Html Css Color HEX #B8012E Venetian Red

📋 copy color: '#B8012E'

red 184 ◦ green 1 ◦ blue 46

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

Shades of Venetian Red #B8012E

Tints of Venetian Red #B8012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 79.65%
G = 0.43%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B8012E (or 0xB8012E) is known color: Venetian Red. HEX triplet: B8, 01 and 2E. RGB value is (184,1,46). Sum of RGB (Red+Green+Blue) = 184+1+46=231 (30% of max value = 765). Red value is 184 (72.27% from 255 or 79.65% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 184 - color contains mainly: red. Hex color #B8012E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8012E is #47FED1. Grayscale: #3C3C3C. Windows color (decimal): -4718290 or 3015096. OLE color: 3015096.

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

Color convert

RGB 184 1 46 -
CMYK 0 0.99 0.75 0.28
HSL 345.25º 0.99% 0.36% -
HSV(B) 345.25º 0.99% 0.72% -
XYZ 20.27 10.41 3.53 -
YUV 60.85 119.63 215.84 -
System Red Green Blue C M Y K H S L
Decimal 184 1 46 0 0.99 0.75 0.28 345.25 0.99 0.36
Hex B8 1 2E 0 63 4B 1C 159 63 24
Octal 270 1 56 0 143 113 34 531 143 44
Binary 10111000 1 101110 0 1100011 1001011 11100 101011001 1100011 100100

Color Harmonies of #B8012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8012E

Black with #B8012E

Text Example


Text Example

White with #B8012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8012E; }

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

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

background-color css

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

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

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

border-color css

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

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

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