Html Css Color HEX #BD0A1C Venetian Red

📋 copy color: '#BD0A1C'

red 189 ◦ green 10 ◦ blue 28

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

Shades of Venetian Red #BD0A1C

Tints of Venetian Red #BD0A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.41%

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

R = 83.26%
G = 4.41%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD0A1C (or 0xBD0A1C) is known color: Venetian Red. HEX triplet: BD, 0A and 1C. RGB value is (189,10,28). Sum of RGB (Red+Green+Blue) = 189+10+28=227 (30% of max value = 765). Red value is 189 (74.22% from 255 or 83.26% from 227); Green value is 10 (4.30% from 255 or 4.41% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0A1C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0A1C is #42F5E3. Grayscale: #414141. Windows color (decimal): -4388324 or 1837757. OLE color: 1837757.

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

Color convert

RGB 189 10 28 -
CMYK 0 0.95 0.85 0.26
HSL 353.97º 0.9% 0.39% -
HSV(B) 353.97º 0.95% 0.74% -
XYZ 21.3 11.12 2.12 -
YUV 65.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 189 10 28 0 0.95 0.85 0.26 353.97 0.9 0.39
Hex BD A 1C 0 5F 55 1A 162 5A 27
Octal 275 12 34 0 137 125 32 542 132 47
Binary 10111101 1010 11100 0 1011111 1010101 11010 101100010 1011010 100111

Color Harmonies of #BD0A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0A1C

Black with #BD0A1C

Text Example


Text Example

White with #BD0A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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