Html Css Color HEX #BD050C Venetian Red

📋 copy color: '#BD050C'

red 189 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #BD050C

Tints of Venetian Red #BD050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.43%

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 91.75%
G = 2.43%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD050C (or 0xBD050C) is known color: Venetian Red. HEX triplet: BD, 05 and 0C. RGB value is (189,5,12). Sum of RGB (Red+Green+Blue) = 189+5+12=206 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.75% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 189 - color contains mainly: red. Hex color #BD050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD050C is #42FAF3. Grayscale: #3C3C3C. Windows color (decimal): -4389620 or 787901. OLE color: 787901.

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

Color convert

RGB 189 5 12 -
CMYK 0 0.97 0.94 0.26
HSL 357.72º 0.95% 0.38% -
HSV(B) 357.72º 0.97% 0.74% -
XYZ 21.11 10.95 1.35 -
YUV 60.81 100.46 219.43 -
System Red Green Blue C M Y K H S L
Decimal 189 5 12 0 0.97 0.94 0.26 357.72 0.95 0.38
Hex BD 5 C 0 61 5E 1A 166 5F 26
Octal 275 5 14 0 141 136 32 546 137 46
Binary 10111101 101 1100 0 1100001 1011110 11010 101100110 1011111 100110

Color Harmonies of #BD050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD050C

Black with #BD050C

Text Example


Text Example

White with #BD050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD050C; }

 p { color: rgb(189,5,12); }

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

background-color css

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

 a { background-color: rgb(189,5,12); }

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

border-color css

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

 span { border-color: rgb(189,5,12); }

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