Html Css Color HEX #BD150C Free Speech Red

📋 copy color: '#BD150C'

red 189 ◦ green 21 ◦ blue 12

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

Shades of Free Speech Red #BD150C

Tints of Free Speech Red #BD150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

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

R = 85.14%
G = 9.46%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD150C (or 0xBD150C) is known color: Free Speech Red. HEX triplet: BD, 15 and 0C. RGB value is (189,21,12). Sum of RGB (Red+Green+Blue) = 189+21+12=222 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.14% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 189 - color contains mainly: red. Hex color #BD150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD150C is #42EAF3. Grayscale: #464646. Windows color (decimal): -4385524 or 791997. OLE color: 791997.

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

Color convert

RGB 189 21 12 -
CMYK 0 0.89 0.94 0.26
HSL 3.05º 0.88% 0.39% -
HSV(B) 3.05º 0.94% 0.74% -
XYZ 21.32 11.38 1.42 -
YUV 70.21 95.16 212.73 -
System Red Green Blue C M Y K H S L
Decimal 189 21 12 0 0.89 0.94 0.26 3.05 0.88 0.39
Hex BD 15 C 0 59 5E 1A 3 58 27
Octal 275 25 14 0 131 136 32 3 130 47
Binary 10111101 10101 1100 0 1011001 1011110 11010 11 1011000 100111

Color Harmonies of #BD150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD150C

Black with #BD150C

Text Example


Text Example

White with #BD150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD150C; }

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

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

background-color css

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

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

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

border-color css

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

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

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