Html Css Color HEX #B6243A Cardinal

📋 copy color: '#B6243A'

red 182 ◦ green 36 ◦ blue 58

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

Shades of Cardinal #B6243A

Tints of Cardinal #B6243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

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

R = 65.94%
G = 13.04%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6243A (or 0xB6243A) is known color: Cardinal. HEX triplet: B6, 24 and 3A. RGB value is (182,36,58). Sum of RGB (Red+Green+Blue) = 182+36+58=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B6243A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6243A is #49DBC5. Grayscale: #525252. Windows color (decimal): -4840390 or 3810486. OLE color: 3810486.

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

Color convert

RGB 182 36 58 -
CMYK 0 0.80 0.68 0.29
HSL 350.96º 0.67% 0.43% -
HSV(B) 350.96º 0.8% 0.71% -
XYZ 20.69 11.51 5.13 -
YUV 82.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 182 36 58 0 0.80 0.68 0.29 350.96 0.67 0.43
Hex B6 24 3A 0 50 44 1D 15F 43 2B
Octal 266 44 72 0 120 104 35 537 103 53
Binary 10110110 100100 111010 0 1010000 1000100 11101 101011111 1000011 101011

Color Harmonies of #B6243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6243A

Black with #B6243A

Text Example


Text Example

White with #B6243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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