Html Css Color HEX #B7252A Cardinal

📋 copy color: '#B7252A'

red 183 ◦ green 37 ◦ blue 42

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

Shades of Cardinal #B7252A

Tints of Cardinal #B7252A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.03%

R = 69.85%
G = 14.12%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7252A (or 0xB7252A) is known color: Cardinal. HEX triplet: B7, 25 and 2A. RGB value is (183,37,42). Sum of RGB (Red+Green+Blue) = 183+37+42=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7252A is #48DAD5. Grayscale: #515151. Windows color (decimal): -4774614 or 2762167. OLE color: 2762167.

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

Color convert

RGB 183 37 42 -
CMYK 0 0.80 0.77 0.28
HSL 357.95º 0.66% 0.43% -
HSV(B) 357.95º 0.8% 0.72% -
XYZ 20.61 11.56 3.34 -
YUV 81.22 105.87 200.59 -
System Red Green Blue C M Y K H S L
Decimal 183 37 42 0 0.80 0.77 0.28 357.95 0.66 0.43
Hex B7 25 2A 0 50 4D 1C 166 42 2B
Octal 267 45 52 0 120 115 34 546 102 53
Binary 10110111 100101 101010 0 1010000 1001101 11100 101100110 1000010 101011

Color Harmonies of #B7252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7252A

Black with #B7252A

Text Example


Text Example

White with #B7252A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7252A; }

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

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

background-color css

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

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

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

border-color css

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

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

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