Html Css Color HEX #B8012D Venetian Red

📋 copy color: '#B8012D'

red 184 ◦ green 1 ◦ blue 45

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

Shades of Venetian Red #B8012D

Tints of Venetian Red #B8012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.57%

R = 80%
G = 0.43%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8012D (or 0xB8012D) is known color: Venetian Red. HEX triplet: B8, 01 and 2D. RGB value is (184,1,45). Sum of RGB (Red+Green+Blue) = 184+1+45=230 (30% of max value = 765). Red value is 184 (72.27% from 255 or 80% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 184 - color contains mainly: red. Hex color #B8012D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8012D is #47FED2. Grayscale: #3C3C3C. Windows color (decimal): -4718291 or 2949560. OLE color: 2949560.

HSL color Cylindrical-coordinate representation of color #B8012D: hue angle of 345.57º 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 #B8012D is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 45 -
CMYK 0 0.99 0.76 0.28
HSL 345.57º 0.99% 0.36% -
HSV(B) 345.57º 0.99% 0.72% -
XYZ 20.25 10.4 3.42 -
YUV 60.73 119.13 215.92 -
System Red Green Blue C M Y K H S L
Decimal 184 1 45 0 0.99 0.76 0.28 345.57 0.99 0.36
Hex B8 1 2D 0 63 4C 1C 15A 63 24
Octal 270 1 55 0 143 114 34 532 143 44
Binary 10111000 1 101101 0 1100011 1001100 11100 101011010 1100011 100100

Color Harmonies of #B8012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8012D

Black with #B8012D

Text Example


Text Example

White with #B8012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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