Html Css Color HEX #BD071C Venetian Red

📋 copy color: '#BD071C'

red 189 ◦ green 7 ◦ blue 28

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

Shades of Venetian Red #BD071C

Tints of Venetian Red #BD071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.5%

R = 84.38%
G = 3.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD071C (or 0xBD071C) is known color: Venetian Red. HEX triplet: BD, 07 and 1C. RGB value is (189,7,28). Sum of RGB (Red+Green+Blue) = 189+7+28=224 (29% of max value = 765). Red value is 189 (74.22% from 255 or 84.38% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 189 - color contains mainly: red. Hex color #BD071C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD071C is #42F8E3. Grayscale: #3F3F3F. Windows color (decimal): -4389092 or 1836989. OLE color: 1836989.

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

Color convert

RGB 189 7 28 -
CMYK 0 0.96 0.85 0.26
HSL 353.08º 0.93% 0.38% -
HSV(B) 353.08º 0.96% 0.74% -
XYZ 21.27 11.05 2.11 -
YUV 63.81 107.8 217.29 -
System Red Green Blue C M Y K H S L
Decimal 189 7 28 0 0.96 0.85 0.26 353.08 0.93 0.38
Hex BD 7 1C 0 60 55 1A 161 5D 26
Octal 275 7 34 0 140 125 32 541 135 46
Binary 10111101 111 11100 0 1100000 1010101 11010 101100001 1011101 100110

Color Harmonies of #BD071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD071C

Black with #BD071C

Text Example


Text Example

White with #BD071C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD071C; }

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

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

background-color css

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

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

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

border-color css

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

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

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