Html Css Color HEX #B61941 Cardinal

📋 copy color: '#B61941'

red 182 ◦ green 25 ◦ blue 65

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

Shades of Cardinal #B61941

Tints of Cardinal #B61941

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

 BLUE value IS 65 (25.78% from 255) = 23.9%

R = 66.91%
G = 9.19%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B61941 (or 0xB61941) is known color: Cardinal. HEX triplet: B6, 19 and 41. RGB value is (182,25,65). Sum of RGB (Red+Green+Blue) = 182+25+65=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B61941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61941 is #49E6BE. Grayscale: #4C4C4C. Windows color (decimal): -4843199 or 4266422. OLE color: 4266422.

HSL color Cylindrical-coordinate representation of color #B61941: hue angle of 344.71º degrees, saturation: 0.76, 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 #B61941 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 25 65 -
CMYK 0 0.86 0.64 0.29
HSL 344.71º 0.76% 0.41% -
HSV(B) 344.71º 0.86% 0.71% -
XYZ 20.59 11.02 6.04 -
YUV 76.5 121.51 203.25 -
System Red Green Blue C M Y K H S L
Decimal 182 25 65 0 0.86 0.64 0.29 344.71 0.76 0.41
Hex B6 19 41 0 56 40 1D 159 4C 29
Octal 266 31 101 0 126 100 35 531 114 51
Binary 10110110 11001 1000001 0 1010110 1000000 11101 101011001 1001100 101001

Color Harmonies of #B61941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61941

Black with #B61941

Text Example


Text Example

White with #B61941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61941; }

 p { color: rgb(182,25,65); }

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

background-color css

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

 a { background-color: rgb(182,25,65); }

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

border-color css

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

 span { border-color: rgb(182,25,65); }

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