Html Css Color HEX #B30240 Cardinal

📋 copy color: '#B30240'

red 179 ◦ green 2 ◦ blue 64

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

Shades of Cardinal #B30240

Tints of Cardinal #B30240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 73.06%
G = 0.82%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B30240 (or 0xB30240) is known color: Cardinal. HEX triplet: B3, 02 and 40. RGB value is (179,2,64). Sum of RGB (Red+Green+Blue) = 179+2+64=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B30240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30240 is #4CFDBF. Grayscale: #3D3D3D. Windows color (decimal): -5045696 or 4194995. OLE color: 4194995.

HSL color Cylindrical-coordinate representation of color #B30240: hue angle of 338.98º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30240 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 2 64 -
CMYK 0 0.99 0.64 0.30
HSL 338.98º 0.98% 0.35% -
HSV(B) 338.98º 0.99% 0.7% -
XYZ 19.54 10 5.75 -
YUV 61.99 129.14 211.46 -
System Red Green Blue C M Y K H S L
Decimal 179 2 64 0 0.99 0.64 0.30 338.98 0.98 0.35
Hex B3 2 40 0 63 40 1E 153 62 23
Octal 263 2 100 0 143 100 36 523 142 43
Binary 10110011 10 1000000 0 1100011 1000000 11110 101010011 1100010 100011

Color Harmonies of #B30240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30240

Black with #B30240

Text Example


Text Example

White with #B30240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30240; }

 p { color: rgb(179,2,64); }

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

background-color css

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

 a { background-color: rgb(179,2,64); }

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

border-color css

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

 span { border-color: rgb(179,2,64); }

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