Html Css Color HEX #B7273C Cardinal

📋 copy color: '#B7273C'

red 183 ◦ green 39 ◦ blue 60

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

Shades of Cardinal #B7273C

Tints of Cardinal #B7273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.83%

 BLUE value IS 60 (23.83% from 255) = 21.28%

R = 64.89%
G = 13.83%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.28

RGB Variations

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

Color information

#B7273C (or 0xB7273C) is known color: Cardinal. HEX triplet: B7, 27 and 3C. RGB value is (183,39,60). Sum of RGB (Red+Green+Blue) = 183+39+60=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7273C is #48D8C3. Grayscale: #545454. Windows color (decimal): -4774084 or 3942327. OLE color: 3942327.

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

Color convert

RGB 183 39 60 -
CMYK 0 0.79 0.67 0.28
HSL 351.25º 0.65% 0.44% -
HSV(B) 351.25º 0.79% 0.72% -
XYZ 21.07 11.84 5.45 -
YUV 84.45 114.21 198.29 -
System Red Green Blue C M Y K H S L
Decimal 183 39 60 0 0.79 0.67 0.28 351.25 0.65 0.44
Hex B7 27 3C 0 4F 43 1C 15F 41 2C
Octal 267 47 74 0 117 103 34 537 101 54
Binary 10110111 100111 111100 0 1001111 1000011 11100 101011111 1000001 101100

Color Harmonies of #B7273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7273C

Black with #B7273C

Text Example


Text Example

White with #B7273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7273C; }

 p { color: rgb(183,39,60); }

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

background-color css

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

 a { background-color: rgb(183,39,60); }

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

border-color css

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

 span { border-color: rgb(183,39,60); }

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