Html Css Color HEX #BD0227 Venetian Red

📋 copy color: '#BD0227'

red 189 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #BD0227

Tints of Venetian Red #BD0227

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 39 (15.63% from 255) = 16.96%

R = 82.17%
G = 0.87%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD0227 (or 0xBD0227) is known color: Venetian Red. HEX triplet: BD, 02 and 27. RGB value is (189,2,39). Sum of RGB (Red+Green+Blue) = 189+2+39=230 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.17% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 39 (15.62% from 255 or 16.96% from 230); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0227 is #42FDD8. Grayscale: #3E3E3E. Windows color (decimal): -4390361 or 2556605. OLE color: 2556605.

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

Color convert

RGB 189 2 39 -
CMYK 0 0.99 0.79 0.26
HSL 348.13º 0.98% 0.37% -
HSV(B) 348.13º 0.99% 0.74% -
XYZ 21.37 11.01 2.92 -
YUV 62.13 114.95 218.49 -
System Red Green Blue C M Y K H S L
Decimal 189 2 39 0 0.99 0.79 0.26 348.13 0.98 0.37
Hex BD 2 27 0 63 4F 1A 15C 62 25
Octal 275 2 47 0 143 117 32 534 142 45
Binary 10111101 10 100111 0 1100011 1001111 11010 101011100 1100010 100101

Color Harmonies of #BD0227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0227

Black with #BD0227

Text Example


Text Example

White with #BD0227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0227; }

 p { color: rgb(189,2,39); }

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

background-color css

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

 a { background-color: rgb(189,2,39); }

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

border-color css

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

 span { border-color: rgb(189,2,39); }

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