Html Css Color HEX #B6263C Cardinal

📋 copy color: '#B6263C'

red 182 ◦ green 38 ◦ blue 60

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

Shades of Cardinal #B6263C

Tints of Cardinal #B6263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

 BLUE value IS 60 (23.83% from 255) = 21.43%

R = 65%
G = 13.57%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B6263C (or 0xB6263C) is known color: Cardinal. HEX triplet: B6, 26 and 3C. RGB value is (182,38,60). Sum of RGB (Red+Green+Blue) = 182+38+60=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6263C is #49D9C3. Grayscale: #535353. Windows color (decimal): -4839876 or 3942070. OLE color: 3942070.

HSL color Cylindrical-coordinate representation of color #B6263C: hue angle of 350.83º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B6263C is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 38 60 -
CMYK 0 0.79 0.67 0.29
HSL 350.83º 0.65% 0.43% -
HSV(B) 350.83º 0.79% 0.71% -
XYZ 20.8 11.66 5.43 -
YUV 83.56 114.71 198.21 -
System Red Green Blue C M Y K H S L
Decimal 182 38 60 0 0.79 0.67 0.29 350.83 0.65 0.43
Hex B6 26 3C 0 4F 43 1D 15F 41 2B
Octal 266 46 74 0 117 103 35 537 101 53
Binary 10110110 100110 111100 0 1001111 1000011 11101 101011111 1000001 101011

Color Harmonies of #B6263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6263C

Black with #B6263C

Text Example


Text Example

White with #B6263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6263C; }

 p { color: rgb(182,38,60); }

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

background-color css

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

 a { background-color: rgb(182,38,60); }

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

border-color css

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

 span { border-color: rgb(182,38,60); }

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