Html Css Color HEX #B61332 Cardinal

📋 copy color: '#B61332'

red 182 ◦ green 19 ◦ blue 50

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

Shades of Cardinal #B61332

Tints of Cardinal #B61332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

 BLUE value IS 50 (19.92% from 255) = 19.92%

R = 72.51%
G = 7.57%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B61332 (or 0xB61332) is known color: Cardinal. HEX triplet: B6, 13 and 32. RGB value is (182,19,50). Sum of RGB (Red+Green+Blue) = 182+19+50=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B61332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61332 is #49ECCD. Grayscale: #474747. Windows color (decimal): -4844750 or 3281846. OLE color: 3281846.

HSL color Cylindrical-coordinate representation of color #B61332: hue angle of 348.59º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61332 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 19 50 -
CMYK 0 0.90 0.73 0.29
HSL 348.59º 0.81% 0.39% -
HSV(B) 348.59º 0.9% 0.71% -
XYZ 20.1 10.64 4.01 -
YUV 71.27 116 206.98 -
System Red Green Blue C M Y K H S L
Decimal 182 19 50 0 0.90 0.73 0.29 348.59 0.81 0.39
Hex B6 13 32 0 5A 49 1D 15D 51 27
Octal 266 23 62 0 132 111 35 535 121 47
Binary 10110110 10011 110010 0 1011010 1001001 11101 101011101 1010001 100111

Color Harmonies of #B61332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61332

Black with #B61332

Text Example


Text Example

White with #B61332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61332; }

 p { color: rgb(182,19,50); }

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

background-color css

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

 a { background-color: rgb(182,19,50); }

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

border-color css

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

 span { border-color: rgb(182,19,50); }

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