Html Css Color HEX #B6102B Cardinal

📋 copy color: '#B6102B'

red 182 ◦ green 16 ◦ blue 43

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

Shades of Cardinal #B6102B

Tints of Cardinal #B6102B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 17.84%

R = 75.52%
G = 6.64%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6102B (or 0xB6102B) is known color: Cardinal. HEX triplet: B6, 10 and 2B. RGB value is (182,16,43). Sum of RGB (Red+Green+Blue) = 182+16+43=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B6102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B6102B is #49EFD4. Grayscale: #444444. Windows color (decimal): -4845525 or 2822326. OLE color: 2822326.

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

Color convert

RGB 182 16 43 -
CMYK 0 0.91 0.76 0.29
HSL 350.24º 0.84% 0.39% -
HSV(B) 350.24º 0.91% 0.71% -
XYZ 19.91 10.49 3.26 -
YUV 68.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 182 16 43 0 0.91 0.76 0.29 350.24 0.84 0.39
Hex B6 10 2B 0 5B 4C 1D 15E 54 27
Octal 266 20 53 0 133 114 35 536 124 47
Binary 10110110 10000 101011 0 1011011 1001100 11101 101011110 1010100 100111

Color Harmonies of #B6102B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6102B

Black with #B6102B

Text Example


Text Example

White with #B6102B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6102B; }

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

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

background-color css

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

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

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

border-color css

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

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

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