Html Css Color HEX #B61632 Cardinal

📋 copy color: '#B61632'

red 182 ◦ green 22 ◦ blue 50

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

Shades of Cardinal #B61632

Tints of Cardinal #B61632

RGB

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

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

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

R = 71.65%
G = 8.66%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B61632 (or 0xB61632) is known color: Cardinal. HEX triplet: B6, 16 and 32. RGB value is (182,22,50). Sum of RGB (Red+Green+Blue) = 182+22+50=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B61632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61632 is #49E9CD. Grayscale: #494949. Windows color (decimal): -4843982 or 3282614. OLE color: 3282614.

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

Color convert

RGB 182 22 50 -
CMYK 0 0.88 0.73 0.29
HSL 349.5º 0.78% 0.4% -
HSV(B) 349.5º 0.88% 0.71% -
XYZ 20.15 10.75 4.03 -
YUV 73.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 182 22 50 0 0.88 0.73 0.29 349.5 0.78 0.4
Hex B6 16 32 0 58 49 1D 15E 4E 28
Octal 266 26 62 0 130 111 35 536 116 50
Binary 10110110 10110 110010 0 1011000 1001001 11101 101011110 1001110 101000

Color Harmonies of #B61632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61632

Black with #B61632

Text Example


Text Example

White with #B61632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61632; }

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

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

background-color css

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

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

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

border-color css

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

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

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