Html Css Color HEX #B61A26 Fire Engine Red

📋 copy color: '#B61A26'

red 182 ◦ green 26 ◦ blue 38

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

Shades of Fire Engine Red #B61A26

Tints of Fire Engine Red #B61A26

RGB

 RED value IS 182 (71.48% from 255) = 73.98%

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

 BLUE value IS 38 (15.23% from 255) = 15.45%

R = 73.98%
G = 10.57%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B61A26 (or 0xB61A26) is known color: Fire Engine Red. HEX triplet: B6, 1A and 26. RGB value is (182,26,38). Sum of RGB (Red+Green+Blue) = 182+26+38=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B61A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61A26 is #49E5D9. Grayscale: #4A4A4A. Windows color (decimal): -4842970 or 2497206. OLE color: 2497206.

HSL color Cylindrical-coordinate representation of color #B61A26: hue angle of 355.38º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61A26 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 26 38 -
CMYK 0 0.86 0.79 0.29
HSL 355.38º 0.75% 0.41% -
HSV(B) 355.38º 0.86% 0.71% -
XYZ 20.01 10.82 2.87 -
YUV 74.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 182 26 38 0 0.86 0.79 0.29 355.38 0.75 0.41
Hex B6 1A 26 0 56 4F 1D 163 4B 29
Octal 266 32 46 0 126 117 35 543 113 51
Binary 10110110 11010 100110 0 1010110 1001111 11101 101100011 1001011 101001

Color Harmonies of #B61A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61A26

Black with #B61A26

Text Example


Text Example

White with #B61A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61A26; }

 p { color: rgb(182,26,38); }

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

background-color css

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

 a { background-color: rgb(182,26,38); }

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

border-color css

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

 span { border-color: rgb(182,26,38); }

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