Html Css Color HEX #BD0107 Venetian Red

📋 copy color: '#BD0107'

red 189 ◦ green 1 ◦ blue 7

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

Shades of Venetian Red #BD0107

Tints of Venetian Red #BD0107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.55%

R = 95.94%
G = 0.51%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD0107 (or 0xBD0107) is known color: Venetian Red. HEX triplet: BD, 01 and 07. RGB value is (189,1,7). Sum of RGB (Red+Green+Blue) = 189+1+7=197 (26% of max value = 765). Red value is 189 (74.22% from 255 or 95.94% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 7 (3.12% from 255 or 3.55% from 197); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0107 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0107 is #42FEF8. Grayscale: #3A3A3A. Windows color (decimal): -4390649 or 459197. OLE color: 459197.

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

Color convert

RGB 189 1 7 -
CMYK 0 0.99 0.96 0.26
HSL 358.09º 0.99% 0.37% -
HSV(B) 358.09º 0.99% 0.74% -
XYZ 21.04 10.86 1.19 -
YUV 57.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 189 1 7 0 0.99 0.96 0.26 358.09 0.99 0.37
Hex BD 1 7 0 63 60 1A 166 63 25
Octal 275 1 7 0 143 140 32 546 143 45
Binary 10111101 1 111 0 1100011 1100000 11010 101100110 1100011 100101

Color Harmonies of #BD0107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0107

Black with #BD0107

Text Example


Text Example

White with #BD0107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0107; }

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

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

background-color css

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

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

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

border-color css

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

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

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