Html Css Color HEX #B3083B Cardinal

📋 copy color: '#B3083B'

red 179 ◦ green 8 ◦ blue 59

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

Shades of Cardinal #B3083B

Tints of Cardinal #B3083B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.25%

 BLUE value IS 59 (23.44% from 255) = 23.98%

R = 72.76%
G = 3.25%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#B3083B (or 0xB3083B) is known color: Cardinal. HEX triplet: B3, 08 and 3B. RGB value is (179,8,59). Sum of RGB (Red+Green+Blue) = 179+8+59=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 8 (3.52% from 255 or 3.25% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B3083B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3083B is #4CF7C4. Grayscale: #404040. Windows color (decimal): -5044165 or 3868851. OLE color: 3868851.

HSL color Cylindrical-coordinate representation of color #B3083B: hue angle of 342.11º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3083B is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 8 59 -
CMYK 0 0.96 0.67 0.30
HSL 342.11º 0.91% 0.37% -
HSV(B) 342.11º 0.96% 0.7% -
XYZ 19.47 10.07 5.06 -
YUV 64.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 179 8 59 0 0.96 0.67 0.30 342.11 0.91 0.37
Hex B3 8 3B 0 60 43 1E 156 5B 25
Octal 263 10 73 0 140 103 36 526 133 45
Binary 10110011 1000 111011 0 1100000 1000011 11110 101010110 1011011 100101

Color Harmonies of #B3083B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3083B

Black with #B3083B

Text Example


Text Example

White with #B3083B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3083B; }

 p { color: rgb(179,8,59); }

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

background-color css

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

 a { background-color: rgb(179,8,59); }

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

border-color css

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

 span { border-color: rgb(179,8,59); }

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