Html Css Color HEX #B61637 Cardinal

📋 copy color: '#B61637'

red 182 ◦ green 22 ◦ blue 55

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

Shades of Cardinal #B61637

Tints of Cardinal #B61637

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.49%

 BLUE value IS 55 (21.88% from 255) = 21.24%

R = 70.27%
G = 8.49%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B61637 (or 0xB61637) is known color: Cardinal. HEX triplet: B6, 16 and 37. RGB value is (182,22,55). Sum of RGB (Red+Green+Blue) = 182+22+55=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B61637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61637 is #49E9C8. Grayscale: #494949. Windows color (decimal): -4843977 or 3610294. OLE color: 3610294.

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

Color convert

RGB 182 22 55 -
CMYK 0 0.88 0.70 0.29
HSL 347.63º 0.78% 0.4% -
HSV(B) 347.63º 0.88% 0.71% -
XYZ 20.27 10.79 4.63 -
YUV 73.6 117.51 205.32 -
System Red Green Blue C M Y K H S L
Decimal 182 22 55 0 0.88 0.70 0.29 347.63 0.78 0.4
Hex B6 16 37 0 58 46 1D 15C 4E 28
Octal 266 26 67 0 130 106 35 534 116 50
Binary 10110110 10110 110111 0 1011000 1000110 11101 101011100 1001110 101000

Color Harmonies of #B61637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61637

Black with #B61637

Text Example


Text Example

White with #B61637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61637; }

 p { color: rgb(182,22,55); }

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

background-color css

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

 a { background-color: rgb(182,22,55); }

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

border-color css

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

 span { border-color: rgb(182,22,55); }

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