Html Css Color HEX #B61937 Cardinal

📋 copy color: '#B61937'

red 182 ◦ green 25 ◦ blue 55

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

Shades of Cardinal #B61937

Tints of Cardinal #B61937

RGB

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

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

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

R = 69.47%
G = 9.54%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.70

 K value IS 0.29

RGB Variations

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

Color information

#B61937 (or 0xB61937) is known color: Cardinal. HEX triplet: B6, 19 and 37. RGB value is (182,25,55). Sum of RGB (Red+Green+Blue) = 182+25+55=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B61937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61937 is #49E6C8. Grayscale: #4B4B4B. Windows color (decimal): -4843209 or 3611062. OLE color: 3611062.

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

Color convert

RGB 182 25 55 -
CMYK 0 0.86 0.70 0.29
HSL 348.54º 0.76% 0.41% -
HSV(B) 348.54º 0.86% 0.71% -
XYZ 20.33 10.92 4.65 -
YUV 75.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 182 25 55 0 0.86 0.70 0.29 348.54 0.76 0.41
Hex B6 19 37 0 56 46 1D 15D 4C 29
Octal 266 31 67 0 126 106 35 535 114 51
Binary 10110110 11001 110111 0 1010110 1000110 11101 101011101 1001100 101001

Color Harmonies of #B61937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61937

Black with #B61937

Text Example


Text Example

White with #B61937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61937; }

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

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

background-color css

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

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

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

border-color css

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

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

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