Html Css Color HEX #B6283A Cardinal

📋 copy color: '#B6283A'

red 182 ◦ green 40 ◦ blue 58

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

Shades of Cardinal #B6283A

Tints of Cardinal #B6283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.29%

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

R = 65%
G = 14.29%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B6283A (or 0xB6283A) is known color: Cardinal. HEX triplet: B6, 28 and 3A. RGB value is (182,40,58). Sum of RGB (Red+Green+Blue) = 182+40+58=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B6283A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6283A is #49D7C5. Grayscale: #545454. Windows color (decimal): -4839366 or 3811510. OLE color: 3811510.

HSL color Cylindrical-coordinate representation of color #B6283A: hue angle of 352.39º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B6283A is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 40 58 -
CMYK 0 0.78 0.68 0.29
HSL 352.39º 0.64% 0.44% -
HSV(B) 352.39º 0.78% 0.71% -
XYZ 20.81 11.77 5.18 -
YUV 84.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 182 40 58 0 0.78 0.68 0.29 352.39 0.64 0.44
Hex B6 28 3A 0 4E 44 1D 160 40 2C
Octal 266 50 72 0 116 104 35 540 100 54
Binary 10110110 101000 111010 0 1001110 1000100 11101 101100000 1000000 101100

Color Harmonies of #B6283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6283A

Black with #B6283A

Text Example


Text Example

White with #B6283A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6283A; }

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

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

background-color css

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

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

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

border-color css

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

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

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