Html Css Color HEX #B61140 Cardinal

📋 copy color: '#B61140'

red 182 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #B61140

Tints of Cardinal #B61140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.33%

R = 69.2%
G = 6.46%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B61140 (or 0xB61140) is known color: Cardinal. HEX triplet: B6, 11 and 40. RGB value is (182,17,64). Sum of RGB (Red+Green+Blue) = 182+17+64=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B61140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61140 is #49EEBF. Grayscale: #474747. Windows color (decimal): -4845248 or 4198838. OLE color: 4198838.

HSL color Cylindrical-coordinate representation of color #B61140: hue angle of 342.91º 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 #B61140 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 64 -
CMYK 0 0.91 0.65 0.29
HSL 342.91º 0.83% 0.39% -
HSV(B) 342.91º 0.91% 0.71% -
XYZ 20.42 10.72 5.84 -
YUV 71.69 123.66 206.68 -
System Red Green Blue C M Y K H S L
Decimal 182 17 64 0 0.91 0.65 0.29 342.91 0.83 0.39
Hex B6 11 40 0 5B 41 1D 157 53 27
Octal 266 21 100 0 133 101 35 527 123 47
Binary 10110110 10001 1000000 0 1011011 1000001 11101 101010111 1010011 100111

Color Harmonies of #B61140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61140

Black with #B61140

Text Example


Text Example

White with #B61140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61140; }

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

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

background-color css

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

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

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

border-color css

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

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

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