Html Css Color HEX #BD060C Venetian Red

📋 copy color: '#BD060C'

red 189 ◦ green 6 ◦ blue 12

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

Shades of Venetian Red #BD060C

Tints of Venetian Red #BD060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

 BLUE value IS 12 (5.08% from 255) = 5.8%

R = 91.3%
G = 2.9%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD060C (or 0xBD060C) is known color: Venetian Red. HEX triplet: BD, 06 and 0C. RGB value is (189,6,12). Sum of RGB (Red+Green+Blue) = 189+6+12=207 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.30% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 189 - color contains mainly: red. Hex color #BD060C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD060C is #42F9F3. Grayscale: #3D3D3D. Windows color (decimal): -4389364 or 788157. OLE color: 788157.

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

Color convert

RGB 189 6 12 -
CMYK 0 0.97 0.94 0.26
HSL 358.03º 0.94% 0.38% -
HSV(B) 358.03º 0.97% 0.74% -
XYZ 21.12 10.98 1.35 -
YUV 61.4 100.13 219.01 -
System Red Green Blue C M Y K H S L
Decimal 189 6 12 0 0.97 0.94 0.26 358.03 0.94 0.38
Hex BD 6 C 0 61 5E 1A 166 5E 26
Octal 275 6 14 0 141 136 32 546 136 46
Binary 10111101 110 1100 0 1100001 1011110 11010 101100110 1011110 100110

Color Harmonies of #BD060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD060C

Black with #BD060C

Text Example


Text Example

White with #BD060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD060C; }

 p { color: rgb(189,6,12); }

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

background-color css

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

 a { background-color: rgb(189,6,12); }

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

border-color css

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

 span { border-color: rgb(189,6,12); }

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