Html Css Color HEX #B61131 Cardinal

📋 copy color: '#B61131'

red 182 ◦ green 17 ◦ blue 49

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

Shades of Cardinal #B61131

Tints of Cardinal #B61131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.85%

 BLUE value IS 49 (19.53% from 255) = 19.76%

R = 73.39%
G = 6.85%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B61131 (or 0xB61131) is known color: Cardinal. HEX triplet: B6, 11 and 31. RGB value is (182,17,49). Sum of RGB (Red+Green+Blue) = 182+17+49=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 49 (19.53% from 255 or 19.76% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B61131 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61131 is #49EECE. Grayscale: #464646. Windows color (decimal): -4845263 or 3215798. OLE color: 3215798.

HSL color Cylindrical-coordinate representation of color #B61131: hue angle of 348.36º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61131 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 49 -
CMYK 0 0.91 0.73 0.29
HSL 348.36º 0.83% 0.39% -
HSV(B) 348.36º 0.91% 0.71% -
XYZ 20.05 10.57 3.89 -
YUV 69.98 116.16 207.9 -
System Red Green Blue C M Y K H S L
Decimal 182 17 49 0 0.91 0.73 0.29 348.36 0.83 0.39
Hex B6 11 31 0 5B 49 1D 15C 53 27
Octal 266 21 61 0 133 111 35 534 123 47
Binary 10110110 10001 110001 0 1011011 1001001 11101 101011100 1010011 100111

Color Harmonies of #B61131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61131

Black with #B61131

Text Example


Text Example

White with #B61131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61131; }

 p { color: rgb(182,17,49); }

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

background-color css

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

 a { background-color: rgb(182,17,49); }

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

border-color css

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

 span { border-color: rgb(182,17,49); }

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