Html Css Color HEX #BD1A06 Free Speech Red

📋 copy color: '#BD1A06'

red 189 ◦ green 26 ◦ blue 6

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

Shades of Free Speech Red #BD1A06

Tints of Free Speech Red #BD1A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.76%

 BLUE value IS 6 (2.73% from 255) = 2.71%

R = 85.52%
G = 11.76%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD1A06 (or 0xBD1A06) is known color: Free Speech Red. HEX triplet: BD, 1A and 06. RGB value is (189,26,6). Sum of RGB (Red+Green+Blue) = 189+26+6=221 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.52% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1A06 is #42E5F9. Grayscale: #484848. Windows color (decimal): -4384250 or 400061. OLE color: 400061.

HSL color Cylindrical-coordinate representation of color #BD1A06: hue angle of 6.56º 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 #BD1A06 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 26 6 -
CMYK 0 0.86 0.97 0.26
HSL 6.56º 0.94% 0.38% -
HSV(B) 6.56º 0.97% 0.74% -
XYZ 21.39 11.57 1.28 -
YUV 72.46 90.5 211.13 -
System Red Green Blue C M Y K H S L
Decimal 189 26 6 0 0.86 0.97 0.26 6.56 0.94 0.38
Hex BD 1A 6 0 56 61 1A 7 5E 26
Octal 275 32 6 0 126 141 32 7 136 46
Binary 10111101 11010 110 0 1010110 1100001 11010 111 1011110 100110

Color Harmonies of #BD1A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1A06

Black with #BD1A06

Text Example


Text Example

White with #BD1A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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