Html Css Color HEX #B00640 Cardinal

📋 copy color: '#B00640'

red 176 ◦ green 6 ◦ blue 64

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

Shades of Cardinal #B00640

Tints of Cardinal #B00640

RGB

 RED value IS 176 (69.14% from 255) = 71.54%

 GREEN value IS 6 (2.73% from 255) = 2.44%

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

R = 71.54%
G = 2.44%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B00640 (or 0xB00640) is known color: Cardinal. HEX triplet: B0, 06 and 40. RGB value is (176,6,64). Sum of RGB (Red+Green+Blue) = 176+6+64=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B00640 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00640 is #4FF9BF. Grayscale: #3F3F3F. Windows color (decimal): -5241280 or 4196016. OLE color: 4196016.

HSL color Cylindrical-coordinate representation of color #B00640: hue angle of 339.53º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00640 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 6 64 -
CMYK 0 0.97 0.64 0.31
HSL 339.53º 0.93% 0.36% -
HSV(B) 339.53º 0.97% 0.69% -
XYZ 18.9 9.73 5.73 -
YUV 63.44 128.32 208.28 -
System Red Green Blue C M Y K H S L
Decimal 176 6 64 0 0.97 0.64 0.31 339.53 0.93 0.36
Hex B0 6 40 0 61 40 1F 154 5D 24
Octal 260 6 100 0 141 100 37 524 135 44
Binary 10110000 110 1000000 0 1100001 1000000 11111 101010100 1011101 100100

Color Harmonies of #B00640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00640

Black with #B00640

Text Example


Text Example

White with #B00640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00640; }

 p { color: rgb(176,6,64); }

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

background-color css

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

 a { background-color: rgb(176,6,64); }

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

border-color css

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

 span { border-color: rgb(176,6,64); }

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