Html Css Color HEX #BD0F0A Free Speech Red

📋 copy color: '#BD0F0A'

red 189 ◦ green 15 ◦ blue 10

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

Shades of Free Speech Red #BD0F0A

Tints of Free Speech Red #BD0F0A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.01%

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 88.32%
G = 7.01%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD0F0A (or 0xBD0F0A) is known color: Free Speech Red. HEX triplet: BD, 0F and 0A. RGB value is (189,15,10). Sum of RGB (Red+Green+Blue) = 189+15+10=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F0A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0F0A is #42F0F5. Grayscale: #424242. Windows color (decimal): -4387062 or 659389. OLE color: 659389.

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

Color convert

RGB 189 15 10 -
CMYK 0 0.92 0.95 0.26
HSL 1.68º 0.9% 0.39% -
HSV(B) 1.68º 0.95% 0.74% -
XYZ 21.21 11.18 1.33 -
YUV 66.46 96.15 215.41 -
System Red Green Blue C M Y K H S L
Decimal 189 15 10 0 0.92 0.95 0.26 1.68 0.9 0.39
Hex BD F A 0 5C 5F 1A 2 5A 27
Octal 275 17 12 0 134 137 32 2 132 47
Binary 10111101 1111 1010 0 1011100 1011111 11010 10 1011010 100111

Color Harmonies of #BD0F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0F0A

Black with #BD0F0A

Text Example


Text Example

White with #BD0F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0F0A; }

 p { color: rgb(189,15,10); }

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

background-color css

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

 a { background-color: rgb(189,15,10); }

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

border-color css

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

 span { border-color: rgb(189,15,10); }

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