Html Css Color HEX #B61841 Cardinal

📋 copy color: '#B61841'

red 182 ◦ green 24 ◦ blue 65

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

Shades of Cardinal #B61841

Tints of Cardinal #B61841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 67.16%
G = 8.86%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B61841 (or 0xB61841) is known color: Cardinal. HEX triplet: B6, 18 and 41. RGB value is (182,24,65). Sum of RGB (Red+Green+Blue) = 182+24+65=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B61841 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61841 is #49E7BE. Grayscale: #4B4B4B. Windows color (decimal): -4843455 or 4266166. OLE color: 4266166.

HSL color Cylindrical-coordinate representation of color #B61841: hue angle of 344.43º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61841 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 24 65 -
CMYK 0 0.87 0.64 0.29
HSL 344.43º 0.77% 0.4% -
HSV(B) 344.43º 0.87% 0.71% -
XYZ 20.57 10.98 6.04 -
YUV 75.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 182 24 65 0 0.87 0.64 0.29 344.43 0.77 0.4
Hex B6 18 41 0 57 40 1D 158 4D 28
Octal 266 30 101 0 127 100 35 530 115 50
Binary 10110110 11000 1000001 0 1010111 1000000 11101 101011000 1001101 101000

Color Harmonies of #B61841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61841

Black with #B61841

Text Example


Text Example

White with #B61841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61841; }

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

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

background-color css

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

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

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

border-color css

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

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

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