Html Css Color HEX #B6263A Cardinal

📋 copy color: '#B6263A'

red 182 ◦ green 38 ◦ blue 58

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

Shades of Cardinal #B6263A

Tints of Cardinal #B6263A

RGB

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

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

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

R = 65.47%
G = 13.67%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6263A (or 0xB6263A) is known color: Cardinal. HEX triplet: B6, 26 and 3A. RGB value is (182,38,58). Sum of RGB (Red+Green+Blue) = 182+38+58=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B6263A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6263A is #49D9C5. Grayscale: #535353. Windows color (decimal): -4839878 or 3810998. OLE color: 3810998.

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

Color convert

RGB 182 38 58 -
CMYK 0 0.79 0.68 0.29
HSL 351.67º 0.65% 0.43% -
HSV(B) 351.67º 0.79% 0.71% -
XYZ 20.75 11.64 5.16 -
YUV 83.34 113.71 198.37 -
System Red Green Blue C M Y K H S L
Decimal 182 38 58 0 0.79 0.68 0.29 351.67 0.65 0.43
Hex B6 26 3A 0 4F 44 1D 160 41 2B
Octal 266 46 72 0 117 104 35 540 101 53
Binary 10110110 100110 111010 0 1001111 1000100 11101 101100000 1000001 101011

Color Harmonies of #B6263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6263A

Black with #B6263A

Text Example


Text Example

White with #B6263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6263A; }

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

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

background-color css

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

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

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

border-color css

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

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

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