Html Css Color HEX #B3283C Cardinal

📋 copy color: '#B3283C'

red 179 ◦ green 40 ◦ blue 60

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

Shades of Cardinal #B3283C

Tints of Cardinal #B3283C

RGB

 RED value IS 179 (70.31% from 255) = 64.16%

 GREEN value IS 40 (16.02% from 255) = 14.34%

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

R = 64.16%
G = 14.34%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#B3283C (or 0xB3283C) is known color: Cardinal. HEX triplet: B3, 28 and 3C. RGB value is (179,40,60). Sum of RGB (Red+Green+Blue) = 179+40+60=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B3283C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3283C is #4CD7C3. Grayscale: #535353. Windows color (decimal): -5035972 or 3942579. OLE color: 3942579.

HSL color Cylindrical-coordinate representation of color #B3283C: hue angle of 351.37º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B3283C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 40 60 -
CMYK 0 0.78 0.66 0.30
HSL 351.37º 0.63% 0.43% -
HSV(B) 351.37º 0.78% 0.7% -
XYZ 20.16 11.43 5.42 -
YUV 83.84 114.55 195.87 -
System Red Green Blue C M Y K H S L
Decimal 179 40 60 0 0.78 0.66 0.30 351.37 0.63 0.43
Hex B3 28 3C 0 4E 42 1E 15F 3F 2B
Octal 263 50 74 0 116 102 36 537 77 53
Binary 10110011 101000 111100 0 1001110 1000010 11110 101011111 111111 101011

Color Harmonies of #B3283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3283C

Black with #B3283C

Text Example


Text Example

White with #B3283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3283C; }

 p { color: rgb(179,40,60); }

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

background-color css

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

 a { background-color: rgb(179,40,60); }

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

border-color css

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

 span { border-color: rgb(179,40,60); }

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