Html Css Color HEX #B61844 Cardinal

📋 copy color: '#B61844'

red 182 ◦ green 24 ◦ blue 68

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

Shades of Cardinal #B61844

Tints of Cardinal #B61844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.82%

R = 66.42%
G = 8.76%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B61844 (or 0xB61844) is known color: Cardinal. HEX triplet: B6, 18 and 44. RGB value is (182,24,68). Sum of RGB (Red+Green+Blue) = 182+24+68=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B61844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61844 is #49E7BB. Grayscale: #4C4C4C. Windows color (decimal): -4843452 or 4462774. OLE color: 4462774.

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

Color convert

RGB 182 24 68 -
CMYK 0 0.87 0.63 0.29
HSL 343.29º 0.77% 0.4% -
HSV(B) 343.29º 0.87% 0.71% -
XYZ 20.66 11.02 6.51 -
YUV 76.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 182 24 68 0 0.87 0.63 0.29 343.29 0.77 0.4
Hex B6 18 44 0 57 3F 1D 157 4D 28
Octal 266 30 104 0 127 77 35 527 115 50
Binary 10110110 11000 1000100 0 1010111 111111 11101 101010111 1001101 101000

Color Harmonies of #B61844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61844

Black with #B61844

Text Example


Text Example

White with #B61844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61844; }

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

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

background-color css

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

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

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

border-color css

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

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

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