Html Css Color HEX #B61E27 Cardinal

📋 copy color: '#B61E27'

red 182 ◦ green 30 ◦ blue 39

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

Shades of Cardinal #B61E27

Tints of Cardinal #B61E27

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.95%

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

R = 72.51%
G = 11.95%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B61E27 (or 0xB61E27) is known color: Cardinal. HEX triplet: B6, 1E and 27. RGB value is (182,30,39). Sum of RGB (Red+Green+Blue) = 182+30+39=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B61E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61E27 is #49E1D8. Grayscale: #4C4C4C. Windows color (decimal): -4841945 or 2563766. OLE color: 2563766.

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

Color convert

RGB 182 30 39 -
CMYK 0 0.84 0.79 0.29
HSL 356.45º 0.72% 0.42% -
HSV(B) 356.45º 0.84% 0.71% -
XYZ 20.12 11.02 2.99 -
YUV 76.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 182 30 39 0 0.84 0.79 0.29 356.45 0.72 0.42
Hex B6 1E 27 0 54 4F 1D 164 48 2A
Octal 266 36 47 0 124 117 35 544 110 52
Binary 10110110 11110 100111 0 1010100 1001111 11101 101100100 1001000 101010

Color Harmonies of #B61E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61E27

Black with #B61E27

Text Example


Text Example

White with #B61E27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61E27; }

 p { color: rgb(182,30,39); }

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

background-color css

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

 a { background-color: rgb(182,30,39); }

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

border-color css

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

 span { border-color: rgb(182,30,39); }

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