Html Css Color HEX #B6102A Cardinal

📋 copy color: '#B6102A'

red 182 ◦ green 16 ◦ blue 42

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

Shades of Cardinal #B6102A

Tints of Cardinal #B6102A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 42 (16.8% from 255) = 17.5%

R = 75.83%
G = 6.67%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B6102A (or 0xB6102A) is known color: Cardinal. HEX triplet: B6, 10 and 2A. RGB value is (182,16,42). Sum of RGB (Red+Green+Blue) = 182+16+42=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B6102A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6102A is #49EFD5. Grayscale: #444444. Windows color (decimal): -4845526 or 2756790. OLE color: 2756790.

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

Color convert

RGB 182 16 42 -
CMYK 0 0.91 0.77 0.29
HSL 350.6º 0.84% 0.39% -
HSV(B) 350.6º 0.91% 0.71% -
XYZ 19.89 10.48 3.17 -
YUV 68.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 182 16 42 0 0.91 0.77 0.29 350.6 0.84 0.39
Hex B6 10 2A 0 5B 4D 1D 15F 54 27
Octal 266 20 52 0 133 115 35 537 124 47
Binary 10110110 10000 101010 0 1011011 1001101 11101 101011111 1010100 100111

Color Harmonies of #B6102A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6102A

Black with #B6102A

Text Example


Text Example

White with #B6102A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6102A; }

 p { color: rgb(182,16,42); }

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

background-color css

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

 a { background-color: rgb(182,16,42); }

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

border-color css

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

 span { border-color: rgb(182,16,42); }

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