Html Css Color HEX #BD0115 Venetian Red

📋 copy color: '#BD0115'

red 189 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #BD0115

Tints of Venetian Red #BD0115

RGB

 RED value IS 189 (74.22% from 255) = 89.57%

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

 BLUE value IS 21 (8.59% from 255) = 9.95%

R = 89.57%
G = 0.47%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD0115 (or 0xBD0115) is known color: Venetian Red. HEX triplet: BD, 01 and 15. RGB value is (189,1,21). Sum of RGB (Red+Green+Blue) = 189+1+21=211 (27% of max value = 765). Red value is 189 (74.22% from 255 or 89.57% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0115 is #42FEEA. Grayscale: #3B3B3B. Windows color (decimal): -4390635 or 1376701. OLE color: 1376701.

HSL color Cylindrical-coordinate representation of color #BD0115: hue angle of 353.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD0115 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 1 21 -
CMYK 0 0.99 0.89 0.26
HSL 353.62º 0.99% 0.37% -
HSV(B) 353.62º 0.99% 0.74% -
XYZ 21.13 10.89 1.7 -
YUV 59.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 189 1 21 0 0.99 0.89 0.26 353.62 0.99 0.37
Hex BD 1 15 0 63 59 1A 162 63 25
Octal 275 1 25 0 143 131 32 542 143 45
Binary 10111101 1 10101 0 1100011 1011001 11010 101100010 1100011 100101

Color Harmonies of #BD0115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0115

Black with #BD0115

Text Example


Text Example

White with #BD0115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0115; }

 p { color: rgb(189,1,21); }

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

background-color css

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

 a { background-color: rgb(189,1,21); }

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

border-color css

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

 span { border-color: rgb(189,1,21); }

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