Html Css Color HEX #B7263C Cardinal

📋 copy color: '#B7263C'

red 183 ◦ green 38 ◦ blue 60

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

Shades of Cardinal #B7263C

Tints of Cardinal #B7263C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.52%

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

R = 65.12%
G = 13.52%
B = 21.35%

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

#B7263C (or 0xB7263C) is known color: Cardinal. HEX triplet: B7, 26 and 3C. RGB value is (183,38,60). Sum of RGB (Red+Green+Blue) = 183+38+60=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7263C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7263C is #48D9C3. Grayscale: #535353. Windows color (decimal): -4774340 or 3942071. OLE color: 3942071.

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

Color convert

RGB 183 38 60 -
CMYK 0 0.79 0.67 0.28
HSL 350.9º 0.66% 0.43% -
HSV(B) 350.9º 0.79% 0.72% -
XYZ 21.04 11.78 5.44 -
YUV 83.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 183 38 60 0 0.79 0.67 0.28 350.9 0.66 0.43
Hex B7 26 3C 0 4F 43 1C 15F 42 2B
Octal 267 46 74 0 117 103 34 537 102 53
Binary 10110111 100110 111100 0 1001111 1000011 11100 101011111 1000010 101011

Color Harmonies of #B7263C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7263C

Black with #B7263C

Text Example


Text Example

White with #B7263C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7263C; }

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

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

background-color css

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

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

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

border-color css

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

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

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