Html Css Color HEX #BB063F Cardinal

📋 copy color: '#BB063F'

red 187 ◦ green 6 ◦ blue 63

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

Shades of Cardinal #BB063F

Tints of Cardinal #BB063F

RGB

 RED value IS 187 (73.44% from 255) = 73.05%

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

 BLUE value IS 63 (25% from 255) = 24.61%

R = 73.05%
G = 2.34%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BB063F (or 0xBB063F) is known color: Cardinal. HEX triplet: BB, 06 and 3F. RGB value is (187,6,63). Sum of RGB (Red+Green+Blue) = 187+6+63=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB063F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB063F is #44F9C0. Grayscale: #424242. Windows color (decimal): -4520385 or 4130491. OLE color: 4130491.

HSL color Cylindrical-coordinate representation of color #BB063F: hue angle of 341.1º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB063F is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 63 -
CMYK 0 0.97 0.66 0.27
HSL 341.11º 0.94% 0.38% -
HSV(B) 341.11º 0.97% 0.73% -
XYZ 21.46 11.05 5.71 -
YUV 66.62 125.97 213.87 -
System Red Green Blue C M Y K H S L
Decimal 187 6 63 0 0.97 0.66 0.27 341.11 0.94 0.38
Hex BB 6 3F 0 61 42 1B 155 5E 26
Octal 273 6 77 0 141 102 33 525 136 46
Binary 10111011 110 111111 0 1100001 1000010 11011 101010101 1011110 100110

Color Harmonies of #BB063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB063F

Black with #BB063F

Text Example


Text Example

White with #BB063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB063F; }

 p { color: rgb(187,6,63); }

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

background-color css

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

 a { background-color: rgb(187,6,63); }

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

border-color css

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

 span { border-color: rgb(187,6,63); }

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