Html Css Color HEX #B7253A Cardinal

📋 copy color: '#B7253A'

red 183 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #B7253A

Tints of Cardinal #B7253A

RGB

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

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

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

R = 65.83%
G = 13.31%
B = 20.86%

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

#B7253A (or 0xB7253A) is known color: Cardinal. HEX triplet: B7, 25 and 3A. RGB value is (183,37,58). Sum of RGB (Red+Green+Blue) = 183+37+58=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7253A is #48DAC5. Grayscale: #535353. Windows color (decimal): -4774598 or 3810743. OLE color: 3810743.

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

Color convert

RGB 183 37 58 -
CMYK 0 0.80 0.68 0.28
HSL 351.37º 0.66% 0.43% -
HSV(B) 351.37º 0.8% 0.72% -
XYZ 20.95 11.7 5.16 -
YUV 83.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 183 37 58 0 0.80 0.68 0.28 351.37 0.66 0.43
Hex B7 25 3A 0 50 44 1C 15F 42 2B
Octal 267 45 72 0 120 104 34 537 102 53
Binary 10110111 100101 111010 0 1010000 1000100 11100 101011111 1000010 101011

Color Harmonies of #B7253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7253A

Black with #B7253A

Text Example


Text Example

White with #B7253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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