Html Css Color HEX #B7253B Cardinal

📋 copy color: '#B7253B'

red 183 ◦ green 37 ◦ blue 59

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

Shades of Cardinal #B7253B

Tints of Cardinal #B7253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

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

R = 65.59%
G = 13.26%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#B7253B (or 0xB7253B) is known color: Cardinal. HEX triplet: B7, 25 and 3B. RGB value is (183,37,59). Sum of RGB (Red+Green+Blue) = 183+37+59=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B7253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7253B is #48DAC4. Grayscale: #535353. Windows color (decimal): -4774597 or 3876279. OLE color: 3876279.

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

Color convert

RGB 183 37 59 -
CMYK 0 0.80 0.68 0.28
HSL 350.96º 0.66% 0.43% -
HSV(B) 350.96º 0.8% 0.72% -
XYZ 20.98 11.71 5.29 -
YUV 83.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 183 37 59 0 0.80 0.68 0.28 350.96 0.66 0.43
Hex B7 25 3B 0 50 44 1C 15F 42 2B
Octal 267 45 73 0 120 104 34 537 102 53
Binary 10110111 100101 111011 0 1010000 1000100 11100 101011111 1000010 101011

Color Harmonies of #B7253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7253B

Black with #B7253B

Text Example


Text Example

White with #B7253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7253B; }

 p { color: rgb(183,37,59); }

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

background-color css

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

 a { background-color: rgb(183,37,59); }

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

border-color css

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

 span { border-color: rgb(183,37,59); }

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