Html Css Color HEX #BD033C Cardinal

📋 copy color: '#BD033C'

red 189 ◦ green 3 ◦ blue 60

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

Shades of Cardinal #BD033C

Tints of Cardinal #BD033C

RGB

 RED value IS 189 (74.22% from 255) = 75%

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 75%
G = 1.19%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BD033C (or 0xBD033C) is known color: Cardinal. HEX triplet: BD, 03 and 3C. RGB value is (189,3,60). Sum of RGB (Red+Green+Blue) = 189+3+60=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD033C is #42FCC3. Grayscale: #414141. Windows color (decimal): -4390084 or 3933117. OLE color: 3933117.

HSL color Cylindrical-coordinate representation of color #BD033C: hue angle of 341.61º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD033C is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 3 60 -
CMYK 0 0.98 0.68 0.26
HSL 341.61º 0.97% 0.38% -
HSV(B) 341.61º 0.98% 0.74% -
XYZ 21.83 11.21 5.29 -
YUV 65.11 125.12 216.37 -
System Red Green Blue C M Y K H S L
Decimal 189 3 60 0 0.98 0.68 0.26 341.61 0.97 0.38
Hex BD 3 3C 0 62 44 1A 156 61 26
Octal 275 3 74 0 142 104 32 526 141 46
Binary 10111101 11 111100 0 1100010 1000100 11010 101010110 1100001 100110

Color Harmonies of #BD033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD033C

Black with #BD033C

Text Example


Text Example

White with #BD033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD033C; }

 p { color: rgb(189,3,60); }

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

background-color css

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

 a { background-color: rgb(189,3,60); }

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

border-color css

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

 span { border-color: rgb(189,3,60); }

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