Html Css Color HEX #B7252B Cardinal

📋 copy color: '#B7252B'

red 183 ◦ green 37 ◦ blue 43

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

Shades of Cardinal #B7252B

Tints of Cardinal #B7252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.35%

R = 69.58%
G = 14.07%
B = 16.35%

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

#B7252B (or 0xB7252B) is known color: Cardinal. HEX triplet: B7, 25 and 2B. RGB value is (183,37,43). Sum of RGB (Red+Green+Blue) = 183+37+43=263 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.58% from 263); Green value is 37 (14.84% from 255 or 14.07% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 183 - color contains mainly: red. Hex color #B7252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7252B is #48DAD4. Grayscale: #515151. Windows color (decimal): -4774613 or 2827703. OLE color: 2827703.

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

Color convert

RGB 183 37 43 -
CMYK 0 0.80 0.77 0.28
HSL 357.53º 0.66% 0.43% -
HSV(B) 357.53º 0.8% 0.72% -
XYZ 20.63 11.56 3.43 -
YUV 81.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 183 37 43 0 0.80 0.77 0.28 357.53 0.66 0.43
Hex B7 25 2B 0 50 4D 1C 166 42 2B
Octal 267 45 53 0 120 115 34 546 102 53
Binary 10110111 100101 101011 0 1010000 1001101 11100 101100110 1000010 101011

Color Harmonies of #B7252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7252B

Black with #B7252B

Text Example


Text Example

White with #B7252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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