Html Css Color HEX #B6143B Cardinal

📋 copy color: '#B6143B'

red 182 ◦ green 20 ◦ blue 59

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

Shades of Cardinal #B6143B

Tints of Cardinal #B6143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.66%

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

R = 69.73%
G = 7.66%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6143B (or 0xB6143B) is known color: Cardinal. HEX triplet: B6, 14 and 3B. RGB value is (182,20,59). Sum of RGB (Red+Green+Blue) = 182+20+59=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B6143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6143B is #49EBC4. Grayscale: #484848. Windows color (decimal): -4844485 or 3871926. OLE color: 3871926.

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

Color convert

RGB 182 20 59 -
CMYK 0 0.89 0.68 0.29
HSL 345.56º 0.8% 0.4% -
HSV(B) 345.56º 0.89% 0.71% -
XYZ 20.33 10.76 5.14 -
YUV 72.88 120.17 205.83 -
System Red Green Blue C M Y K H S L
Decimal 182 20 59 0 0.89 0.68 0.29 345.56 0.8 0.4
Hex B6 14 3B 0 59 44 1D 15A 50 28
Octal 266 24 73 0 131 104 35 532 120 50
Binary 10110110 10100 111011 0 1011001 1000100 11101 101011010 1010000 101000

Color Harmonies of #B6143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6143B

Black with #B6143B

Text Example


Text Example

White with #B6143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6143B; }

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

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

background-color css

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

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

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

border-color css

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

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

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