Html Css Color HEX #B6283B Cardinal

📋 copy color: '#B6283B'

red 182 ◦ green 40 ◦ blue 59

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

Shades of Cardinal #B6283B

Tints of Cardinal #B6283B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21%

R = 64.77%
G = 14.23%
B = 21%

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

#B6283B (or 0xB6283B) is known color: Cardinal. HEX triplet: B6, 28 and 3B. RGB value is (182,40,59). Sum of RGB (Red+Green+Blue) = 182+40+59=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B6283B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6283B is #49D7C4. Grayscale: #545454. Windows color (decimal): -4839365 or 3877046. OLE color: 3877046.

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

Color convert

RGB 182 40 59 -
CMYK 0 0.78 0.68 0.29
HSL 351.97º 0.64% 0.44% -
HSV(B) 351.97º 0.78% 0.71% -
XYZ 20.84 11.78 5.31 -
YUV 84.62 113.54 197.46 -
System Red Green Blue C M Y K H S L
Decimal 182 40 59 0 0.78 0.68 0.29 351.97 0.64 0.44
Hex B6 28 3B 0 4E 44 1D 160 40 2C
Octal 266 50 73 0 116 104 35 540 100 54
Binary 10110110 101000 111011 0 1001110 1000100 11101 101100000 1000000 101100

Color Harmonies of #B6283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6283B

Black with #B6283B

Text Example


Text Example

White with #B6283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6283B; }

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

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

background-color css

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

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

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

border-color css

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

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

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