Html Css Color HEX #BD010B Venetian Red

📋 copy color: '#BD010B'

red 189 ◦ green 1 ◦ blue 11

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

Shades of Venetian Red #BD010B

Tints of Venetian Red #BD010B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.47%

R = 94.03%
G = 0.5%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD010B (or 0xBD010B) is known color: Venetian Red. HEX triplet: BD, 01 and 0B. RGB value is (189,1,11). Sum of RGB (Red+Green+Blue) = 189+1+11=201 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.03% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 189 - color contains mainly: red. Hex color #BD010B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD010B is #42FEF4. Grayscale: #3A3A3A. Windows color (decimal): -4390645 or 721341. OLE color: 721341.

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

Color convert

RGB 189 1 11 -
CMYK 0 0.99 0.94 0.26
HSL 356.81º 0.99% 0.37% -
HSV(B) 356.81º 0.99% 0.74% -
XYZ 21.06 10.86 1.3 -
YUV 58.35 101.28 221.19 -
System Red Green Blue C M Y K H S L
Decimal 189 1 11 0 0.99 0.94 0.26 356.81 0.99 0.37
Hex BD 1 B 0 63 5E 1A 165 63 25
Octal 275 1 13 0 143 136 32 545 143 45
Binary 10111101 1 1011 0 1100011 1011110 11010 101100101 1100011 100101

Color Harmonies of #BD010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD010B

Black with #BD010B

Text Example


Text Example

White with #BD010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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