Html Css Color HEX #B61538 Cardinal

📋 copy color: '#B61538'

red 182 ◦ green 21 ◦ blue 56

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

Shades of Cardinal #B61538

Tints of Cardinal #B61538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

 BLUE value IS 56 (22.27% from 255) = 21.62%

R = 70.27%
G = 8.11%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B61538 (or 0xB61538) is known color: Cardinal. HEX triplet: B6, 15 and 38. RGB value is (182,21,56). Sum of RGB (Red+Green+Blue) = 182+21+56=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B61538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61538 is #49EAC7. Grayscale: #494949. Windows color (decimal): -4844232 or 3675574. OLE color: 3675574.

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

Color convert

RGB 182 21 56 -
CMYK 0 0.88 0.69 0.29
HSL 346.96º 0.79% 0.4% -
HSV(B) 346.96º 0.88% 0.71% -
XYZ 20.27 10.77 4.75 -
YUV 73.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 182 21 56 0 0.88 0.69 0.29 346.96 0.79 0.4
Hex B6 15 38 0 58 45 1D 15B 4F 28
Octal 266 25 70 0 130 105 35 533 117 50
Binary 10110110 10101 111000 0 1011000 1000101 11101 101011011 1001111 101000

Color Harmonies of #B61538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61538

Black with #B61538

Text Example


Text Example

White with #B61538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61538; }

 p { color: rgb(182,21,56); }

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

background-color css

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

 a { background-color: rgb(182,21,56); }

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

border-color css

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

 span { border-color: rgb(182,21,56); }

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