Html Css Color HEX #B7282F Cardinal

📋 copy color: '#B7282F'

red 183 ◦ green 40 ◦ blue 47

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

Shades of Cardinal #B7282F

Tints of Cardinal #B7282F

RGB

 RED value IS 183 (71.88% from 255) = 67.78%

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

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

R = 67.78%
G = 14.81%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B7282F (or 0xB7282F) is known color: Cardinal. HEX triplet: B7, 28 and 2F. RGB value is (183,40,47). Sum of RGB (Red+Green+Blue) = 183+40+47=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B7282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7282F is #48D7D0. Grayscale: #535353. Windows color (decimal): -4773841 or 3090615. OLE color: 3090615.

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

Color convert

RGB 183 40 47 -
CMYK 0 0.78 0.74 0.28
HSL 357.06º 0.64% 0.44% -
HSV(B) 357.06º 0.78% 0.72% -
XYZ 20.8 11.79 3.87 -
YUV 83.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 183 40 47 0 0.78 0.74 0.28 357.06 0.64 0.44
Hex B7 28 2F 0 4E 4A 1C 165 40 2C
Octal 267 50 57 0 116 112 34 545 100 54
Binary 10110111 101000 101111 0 1001110 1001010 11100 101100101 1000000 101100

Color Harmonies of #B7282F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7282F

Black with #B7282F

Text Example


Text Example

White with #B7282F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7282F; }

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

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

background-color css

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

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

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

border-color css

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

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

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