Html Css Color HEX #B6183A Cardinal

📋 copy color: '#B6183A'

red 182 ◦ green 24 ◦ blue 58

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

Shades of Cardinal #B6183A

Tints of Cardinal #B6183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.97%

R = 68.94%
G = 9.09%
B = 21.97%

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

#B6183A (or 0xB6183A) is known color: Cardinal. HEX triplet: B6, 18 and 3A. RGB value is (182,24,58). Sum of RGB (Red+Green+Blue) = 182+24+58=264 (34% of max value = 765). Red value is 182 (71.48% from 255 or 68.94% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 182 - color contains mainly: red. Hex color #B6183A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6183A is #49E7C5. Grayscale: #4B4B4B. Windows color (decimal): -4843462 or 3807414. OLE color: 3807414.

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

Color convert

RGB 182 24 58 -
CMYK 0 0.87 0.68 0.29
HSL 347.09º 0.77% 0.4% -
HSV(B) 347.09º 0.87% 0.71% -
XYZ 20.38 10.9 5.03 -
YUV 75.12 118.35 204.24 -
System Red Green Blue C M Y K H S L
Decimal 182 24 58 0 0.87 0.68 0.29 347.09 0.77 0.4
Hex B6 18 3A 0 57 44 1D 15B 4D 28
Octal 266 30 72 0 127 104 35 533 115 50
Binary 10110110 11000 111010 0 1010111 1000100 11101 101011011 1001101 101000

Color Harmonies of #B6183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6183A

Black with #B6183A

Text Example


Text Example

White with #B6183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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