Html Css Color HEX #B61942 Cardinal

📋 copy color: '#B61942'

red 182 ◦ green 25 ◦ blue 66

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

Shades of Cardinal #B61942

Tints of Cardinal #B61942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 66.67%
G = 9.16%
B = 24.18%

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

#B61942 (or 0xB61942) is known color: Cardinal. HEX triplet: B6, 19 and 42. RGB value is (182,25,66). Sum of RGB (Red+Green+Blue) = 182+25+66=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B61942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61942 is #49E6BD. Grayscale: #4C4C4C. Windows color (decimal): -4843198 or 4331958. OLE color: 4331958.

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

Color convert

RGB 182 25 66 -
CMYK 0 0.86 0.64 0.29
HSL 344.33º 0.76% 0.41% -
HSV(B) 344.33º 0.86% 0.71% -
XYZ 20.62 11.03 6.2 -
YUV 76.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 182 25 66 0 0.86 0.64 0.29 344.33 0.76 0.41
Hex B6 19 42 0 56 40 1D 158 4C 29
Octal 266 31 102 0 126 100 35 530 114 51
Binary 10110110 11001 1000010 0 1010110 1000000 11101 101011000 1001100 101001

Color Harmonies of #B61942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61942

Black with #B61942

Text Example


Text Example

White with #B61942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61942; }

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

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

background-color css

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

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

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

border-color css

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

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

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