Html Css Color HEX #B6282F Cardinal

📋 copy color: '#B6282F'

red 182 ◦ green 40 ◦ blue 47

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

Shades of Cardinal #B6282F

Tints of Cardinal #B6282F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.47%

R = 67.66%
G = 14.87%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B6282F (or 0xB6282F) is known color: Cardinal. HEX triplet: B6, 28 and 2F. RGB value is (182,40,47). Sum of RGB (Red+Green+Blue) = 182+40+47=269 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.66% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 182 - color contains mainly: red. Hex color #B6282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6282F is #49D7D0. Grayscale: #535353. Windows color (decimal): -4839377 or 3090614. OLE color: 3090614.

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

Color convert

RGB 182 40 47 -
CMYK 0 0.78 0.74 0.29
HSL 357.04º 0.64% 0.44% -
HSV(B) 357.04º 0.78% 0.71% -
XYZ 20.56 11.67 3.86 -
YUV 83.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 182 40 47 0 0.78 0.74 0.29 357.04 0.64 0.44
Hex B6 28 2F 0 4E 4A 1D 165 40 2C
Octal 266 50 57 0 116 112 35 545 100 54
Binary 10110110 101000 101111 0 1001110 1001010 11101 101100101 1000000 101100

Color Harmonies of #B6282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6282F

Black with #B6282F

Text Example


Text Example

White with #B6282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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