Html Css Color HEX #BD070E Venetian Red

📋 copy color: '#BD070E'

red 189 ◦ green 7 ◦ blue 14

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

Shades of Venetian Red #BD070E

Tints of Venetian Red #BD070E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

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

R = 90%
G = 3.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD070E (or 0xBD070E) is known color: Venetian Red. HEX triplet: BD, 07 and 0E. RGB value is (189,7,14). Sum of RGB (Red+Green+Blue) = 189+7+14=210 (27% of max value = 765). Red value is 189 (74.22% from 255 or 90% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 189 - color contains mainly: red. Hex color #BD070E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD070E is #42F8F1. Grayscale: #3E3E3E. Windows color (decimal): -4389106 or 919485. OLE color: 919485.

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

Color convert

RGB 189 7 14 -
CMYK 0 0.96 0.93 0.26
HSL 357.69º 0.93% 0.38% -
HSV(B) 357.69º 0.96% 0.74% -
XYZ 21.14 11 1.42 -
YUV 62.22 100.8 218.43 -
System Red Green Blue C M Y K H S L
Decimal 189 7 14 0 0.96 0.93 0.26 357.69 0.93 0.38
Hex BD 7 E 0 60 5D 1A 166 5D 26
Octal 275 7 16 0 140 135 32 546 135 46
Binary 10111101 111 1110 0 1100000 1011101 11010 101100110 1011101 100110

Color Harmonies of #BD070E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD070E

Black with #BD070E

Text Example


Text Example

White with #BD070E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD070E; }

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

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

background-color css

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

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

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

border-color css

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

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

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