Html Css Color HEX #BD0307 Venetian Red

📋 copy color: '#BD0307'

red 189 ◦ green 3 ◦ blue 7

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

Shades of Venetian Red #BD0307

Tints of Venetian Red #BD0307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

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

R = 94.97%
G = 1.51%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD0307 (or 0xBD0307) is known color: Venetian Red. HEX triplet: BD, 03 and 07. RGB value is (189,3,7). Sum of RGB (Red+Green+Blue) = 189+3+7=199 (26% of max value = 765). Red value is 189 (74.22% from 255 or 94.97% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0307 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0307 is #42FCF8. Grayscale: #3B3B3B. Windows color (decimal): -4390137 or 459709. OLE color: 459709.

HSL color Cylindrical-coordinate representation of color #BD0307: hue angle of 358.71º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD0307 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 3 7 -
CMYK 0 0.98 0.96 0.26
HSL 358.71º 0.97% 0.38% -
HSV(B) 358.71º 0.98% 0.74% -
XYZ 21.06 10.9 1.19 -
YUV 59.07 98.62 220.67 -
System Red Green Blue C M Y K H S L
Decimal 189 3 7 0 0.98 0.96 0.26 358.71 0.97 0.38
Hex BD 3 7 0 62 60 1A 167 61 26
Octal 275 3 7 0 142 140 32 547 141 46
Binary 10111101 11 111 0 1100010 1100000 11010 101100111 1100001 100110

Color Harmonies of #BD0307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0307

Black with #BD0307

Text Example


Text Example

White with #BD0307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0307; }

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

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

background-color css

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

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

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

border-color css

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

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

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