Html Css Color HEX #B61842 Cardinal

📋 copy color: '#B61842'

red 182 ◦ green 24 ◦ blue 66

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

Shades of Cardinal #B61842

Tints of Cardinal #B61842

RGB

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

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

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

R = 66.91%
G = 8.82%
B = 24.26%

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

#B61842 (or 0xB61842) is known color: Cardinal. HEX triplet: B6, 18 and 42. RGB value is (182,24,66). Sum of RGB (Red+Green+Blue) = 182+24+66=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B61842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61842 is #49E7BD. Grayscale: #4C4C4C. Windows color (decimal): -4843454 or 4331702. OLE color: 4331702.

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

Color convert

RGB 182 24 66 -
CMYK 0 0.87 0.64 0.29
HSL 344.05º 0.77% 0.4% -
HSV(B) 344.05º 0.87% 0.71% -
XYZ 20.6 10.99 6.19 -
YUV 76.03 122.35 203.58 -
System Red Green Blue C M Y K H S L
Decimal 182 24 66 0 0.87 0.64 0.29 344.05 0.77 0.4
Hex B6 18 42 0 57 40 1D 158 4D 28
Octal 266 30 102 0 127 100 35 530 115 50
Binary 10110110 11000 1000010 0 1010111 1000000 11101 101011000 1001101 101000

Color Harmonies of #B61842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61842

Black with #B61842

Text Example


Text Example

White with #B61842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61842; }

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

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

background-color css

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

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

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

border-color css

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

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

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