Html Css Color HEX #BD010D Venetian Red

📋 copy color: '#BD010D'

red 189 ◦ green 1 ◦ blue 13

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

Shades of Venetian Red #BD010D

Tints of Venetian Red #BD010D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 93.1%
G = 0.49%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD010D (or 0xBD010D) is known color: Venetian Red. HEX triplet: BD, 01 and 0D. RGB value is (189,1,13). Sum of RGB (Red+Green+Blue) = 189+1+13=203 (26% of max value = 765). Red value is 189 (74.22% from 255 or 93.10% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 189 - color contains mainly: red. Hex color #BD010D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD010D is #42FEF2. Grayscale: #3A3A3A. Windows color (decimal): -4390643 or 852413. OLE color: 852413.

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

Color convert

RGB 189 1 13 -
CMYK 0 0.99 0.93 0.26
HSL 356.17º 0.99% 0.37% -
HSV(B) 356.17º 0.99% 0.74% -
XYZ 21.07 10.87 1.37 -
YUV 58.58 102.28 221.02 -
System Red Green Blue C M Y K H S L
Decimal 189 1 13 0 0.99 0.93 0.26 356.17 0.99 0.37
Hex BD 1 D 0 63 5D 1A 164 63 25
Octal 275 1 15 0 143 135 32 544 143 45
Binary 10111101 1 1101 0 1100011 1011101 11010 101100100 1100011 100101

Color Harmonies of #BD010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD010D

Black with #BD010D

Text Example


Text Example

White with #BD010D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD010D; }

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

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

background-color css

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

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

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

border-color css

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

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

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