Html Css Color HEX #B6183B Cardinal

📋 copy color: '#B6183B'

red 182 ◦ green 24 ◦ blue 59

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

Shades of Cardinal #B6183B

Tints of Cardinal #B6183B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 68.68%
G = 9.06%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6183B (or 0xB6183B) is known color: Cardinal. HEX triplet: B6, 18 and 3B. RGB value is (182,24,59). Sum of RGB (Red+Green+Blue) = 182+24+59=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B6183B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6183B is #49E7C4. Grayscale: #4B4B4B. Windows color (decimal): -4843461 or 3872950. OLE color: 3872950.

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

Color convert

RGB 182 24 59 -
CMYK 0 0.87 0.68 0.29
HSL 346.71º 0.77% 0.4% -
HSV(B) 346.71º 0.87% 0.71% -
XYZ 20.41 10.91 5.17 -
YUV 75.23 118.85 204.15 -
System Red Green Blue C M Y K H S L
Decimal 182 24 59 0 0.87 0.68 0.29 346.71 0.77 0.4
Hex B6 18 3B 0 57 44 1D 15B 4D 28
Octal 266 30 73 0 127 104 35 533 115 50
Binary 10110110 11000 111011 0 1010111 1000100 11101 101011011 1001101 101000

Color Harmonies of #B6183B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6183B

Black with #B6183B

Text Example


Text Example

White with #B6183B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6183B; }

 p { color: rgb(182,24,59); }

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

background-color css

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

 a { background-color: rgb(182,24,59); }

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

border-color css

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

 span { border-color: rgb(182,24,59); }

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