Html Css Color HEX #BD010E Venetian Red

📋 copy color: '#BD010E'

red 189 ◦ green 1 ◦ blue 14

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

Shades of Venetian Red #BD010E

Tints of Venetian Red #BD010E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.86%

R = 92.65%
G = 0.49%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD010E (or 0xBD010E) is known color: Venetian Red. HEX triplet: BD, 01 and 0E. RGB value is (189,1,14). Sum of RGB (Red+Green+Blue) = 189+1+14=204 (27% of max value = 765). Red value is 189 (74.22% from 255 or 92.65% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 189 - color contains mainly: red. Hex color #BD010E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD010E is #42FEF1. Grayscale: #3A3A3A. Windows color (decimal): -4390642 or 917949. OLE color: 917949.

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

Color convert

RGB 189 1 14 -
CMYK 0 0.99 0.93 0.26
HSL 355.85º 0.99% 0.37% -
HSV(B) 355.85º 0.99% 0.74% -
XYZ 21.08 10.87 1.4 -
YUV 58.69 102.78 220.94 -
System Red Green Blue C M Y K H S L
Decimal 189 1 14 0 0.99 0.93 0.26 355.85 0.99 0.37
Hex BD 1 E 0 63 5D 1A 164 63 25
Octal 275 1 16 0 143 135 32 544 143 45
Binary 10111101 1 1110 0 1100011 1011101 11010 101100100 1100011 100101

Color Harmonies of #BD010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD010E

Black with #BD010E

Text Example


Text Example

White with #BD010E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD010E; }

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

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

background-color css

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

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

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

border-color css

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

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

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