Html Css Color HEX #BD010A Venetian Red

📋 copy color: '#BD010A'

red 189 ◦ green 1 ◦ blue 10

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

Shades of Venetian Red #BD010A

Tints of Venetian Red #BD010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5%

R = 94.5%
G = 0.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD010A (or 0xBD010A) is known color: Venetian Red. HEX triplet: BD, 01 and 0A. RGB value is (189,1,10). Sum of RGB (Red+Green+Blue) = 189+1+10=200 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 189 - color contains mainly: red. Hex color #BD010A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD010A is #42FEF5. Grayscale: #3A3A3A. Windows color (decimal): -4390646 or 655805. OLE color: 655805.

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

Color convert

RGB 189 1 10 -
CMYK 0 0.99 0.95 0.26
HSL 357.13º 0.99% 0.37% -
HSV(B) 357.13º 0.99% 0.74% -
XYZ 21.05 10.86 1.27 -
YUV 58.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 189 1 10 0 0.99 0.95 0.26 357.13 0.99 0.37
Hex BD 1 A 0 63 5F 1A 165 63 25
Octal 275 1 12 0 143 137 32 545 143 45
Binary 10111101 1 1010 0 1100011 1011111 11010 101100101 1100011 100101

Color Harmonies of #BD010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD010A

Black with #BD010A

Text Example


Text Example

White with #BD010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD010A; }

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

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

background-color css

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

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

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

border-color css

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

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

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